header#masthead {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  background: none;
  background: rgba(63, 170, 215, 0.5);
  padding-bottom: 0;
  padding-top: 0;
}
.site-header .header-main .site-logo {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.site-header .header-main {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 80px;
  padding-left: 80px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

#menu-hauptmenue .menu-item a {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
#menu-hauptmenue .menu-item a:hover {
  text-decoration: underline;
}

#menu-hauptmenue .dropdown-submenu .menu-item a {
  color: black;
}
#menu-hauptmenue ul.dropdown-submenu {
  width: 300px !important;
}
.menu-area li:hover > ul.dropdown-submenu {
  top: 100% !important;
}

.menu-toggle {
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white !important;
}
.item.intro-slider-element {
  height: 700px;
  background-size: cover !important;
  background-position: center center !important;
  max-height: 90vh;
}
.item.intro-slider-element:before {
  bottom: 0;
  content: '';
  display: block;
  height: 55%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  overflow: hidden;
}
#owl-intro-wrap {
  position: relative;
}

#owl-intro-wrap .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#owl-intro-wrap .logo-image {
  height: auto;
  max-width: 100%;
  margin-left: auto;
  width: 500px;
  align-self: flex-start;
}

#owl-intro-wrap .static-info-carousel {
  position: absolute;
  bottom: 0;
  width: 1200px;
  z-index: 1000;
  left: calc((100% - 1200px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#owl-intro-wrap .openingh {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  background: white;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  padding: 10px;
}

.openingh .openingh-wrap {
  padding: 20px;
  border: 2px solid #4aaad7;
}

.openingh .day-item {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.openingh span.day {
  max-width: 100%;
  width: 50%;
  color: #4aaad7;
  font-weight: bold;
}
.openingh span.time {
  color: #2b2b2b;
}

#owl-intro-wrap .inner-static-wrap {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  margin-top: auto;
}

#owl-intro-wrap .title-item p {
  color: white;
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 10px;
}
#owl-intro-wrap .subtitle-item {
  color: white;
  font-size: 20px;
  font-weight: 300;
}
#owl-intro-wrap .owl-controls.clickable {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 100;
  right: 10%;
}
#owl-intro-wrap .owl-controls.clickable .owl-buttons {
  display: none;
}
#intro-carousel.owl-theme .owl-controls .owl-page span {
  background: white;
  opacity: 1;
}
#intro-carousel.owl-theme .owl-controls .owl-page.active span,
#intro-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #bca66c;
  opacity: 1;
}

/* QUOTE */
.quote-section-wrapper {
  background-color: #e9edf0;
}
.quote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.quote-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.quote-left h3 {
  color: #4aaad7;
  position: relative;
}

img.quote-icon {
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  max-width: 80px;
  margin-top: 15px;
}
.quote-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

/* LEISTUGEN */
.leistung-section-item.bg-white {
  background: white;
}

.leistung-section-item.bg-grey {
  background: #e9edf0;
}

.leistung-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.leistung-content.image-left .leistung-content-section {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 0px;
  flex: 3 1 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 50px;
}
.leistung-content.image-left .leistung-image-section {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  background-size: cover !important;
  position: relative;
}
.leistung-content.image-right .leistung-content-section {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 0px;
  flex: 3 1 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-right: 50px;
}
.leistung-content.image-right .leistung-image-section {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-size: cover !important;
  position: relative;
}
.leistung-content-section h2 span.title-text {
  color: #4aaad7;
  border-bottom: 2px solid #4aaad7;
}
.leistung-content-section p {
  margin-bottom: 30px;
}
a.more-info-button {
  background: #171616;
  padding: 7px 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  margin-top: 15px;
}
.arrow-element {
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;

  z-index: 100;
  top: 55px;
}
.image-right .arrow-element {
  border-left: 40px solid white;
  left: 0;
}
.image-left .arrow-element {
  border-right: 40px solid white;
  right: 0;
}
.bg-grey .image-right .arrow-element {
  border-left: 40px solid #e9edf0;
  left: 0;
}
.bg-grey .image-left .arrow-element {
  border-right: 40px solid #e9edf0;
  right: 0;
}
.padding-top-0 {
  padding-top: 0 !important;
}

/* Leistung Block overview */

.leistung-ov-grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: 100%;
  margin-bottom: 100px;
}

.ov-grid-item {
  background: #e9edf0;
  padding: 0;
  transition: all 0.7s;
  background-size: cover !important;
}
.ov-grid-item-wrap {
  background: #e9edf0;
  padding: 15px 30px;
  transition: all 0.7s;
  height: 100%;
}
.ov-grid-item:hover .ov-grid-item-wrap {
  opacity: 0;
}

/* SINGLE PROJEKT */
#main.item_no_slider {
  padding-top: 100px;
}
.single-projekt-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.single-projekt-wrap .sp-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-projekt-wrap .sp-image-block {
  width: 800px;
}
.single-projekt-wrap .sp-title-block {
  padding: 30px;
  width: 700px;
}
.single-projekt-wrap .sp-title-block h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-projekt-wrap .sp-subtitle-block {
  color: #3faad7;
  text-transform: lowercase;
  font-weight: 300;
  letter-spacing: 2px;
}

.single-projekt-wrap .back-to-grid svg {
  width: 40px;
}

.image-and-slider .sp-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.image-and-slider .sp-bottom-area .left-block {
  width: 800px;
}
.image-and-slider .sp-bottom-area .right-block {
  width: 800px;
  margin-top: -50px;
}

.image-no-slider .sp-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}
.image-no-slider .sp-bottom-area .right-block {
  width: auto;
  margin-top: -300px;
}
.landscape-ratio.image-no-slider .sp-bottom-area .right-block {
  width: 800px;
  margin-top: -50px;
}
.image-no-slider .sp-bottom-area .left-block {
  width: 800px;
}

.single-projekt-wrap .sp-description-block {
  width: 650px;
  background: #3faad7;
  padding: 50px;
  color: white;
  font-size: 14px;
  position: relative;
}
.image-and-slider .sp-description-block:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  background: #3faad7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.image-no-slider .sp-description-block:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  left: -15px;
  background: #3faad7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.projekt-slider-element {
  height: 400px;
  width: 800px;
  background-size: cover !important;
  background-position: center center !important;
}
.projekt-slider-element a {
  width: 100%;
  height: 100%;
  display: block;
}

#owl-projekt-wrap .owl-controls.clickable {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 100;
  right: 50px;
}
#owl-projekt-wrap .owl-controls.clickable .owl-buttons {
  display: none;
}
#projekt-carousel.owl-theme .owl-controls .owl-page span {
  background: white;
  opacity: 1;
  width: 8px;
  height: 8px;
}
#projekt-carousel.owl-theme .owl-controls .owl-page.active span,
#projekt-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #bca66c;
  opacity: 1;
}

.sp-slider-block {
  padding: 10px;
  background: white;
}
.sp-fact-block {
  padding: 10px;
}
.sp-fact-block p {
  color: black;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 200%;
}

.sp-fact-block p strong {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* FOOTER */
#dark-footer {
  background: black;
  padding: 80px;
}
#dark-footer .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
#dark-footer .form-row {
  width: 30%;
  padding: 2%;
}
#dark-footer .form-row.form-col-three {
  width: 40%;
  padding: 2%;
}

#dark-footer .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
}
#dark-footer .wpcf7-form input[type='text'],
#dark-footer .wpcf7-form input[type='email'],
#dark-footer .wpcf7-form input[type='url'],
#dark-footer .wpcf7-form textarea,
#dark-footer .wpcf7-form select {
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: white;
  border: 1px solid #3faad7;
  padding: 5px 10px;
}
#dark-footer .wpcf7-form input[type='text']::-webkit-input-placeholder,
#dark-footer .wpcf7-form input[type='email']::-webkit-input-placeholder,
#dark-footer .wpcf7-form input[type='url']::-webkit-input-placeholder,
#dark-footer .wpcf7-form textarea::-webkit-input-placeholder,
#dark-footer .wpcf7-form select::-webkit-input-placeholder {
  color: #3faad7;
}
#dark-footer .wpcf7-form input[type='text']::-moz-placeholder,
#dark-footer .wpcf7-form input[type='email']::-moz-placeholder,
#dark-footer .wpcf7-form input[type='url']::-moz-placeholder,
#dark-footer .wpcf7-form textarea::-moz-placeholder,
#dark-footer .wpcf7-form select::-moz-placeholder {
  color: #3faad7;
}
#dark-footer .wpcf7-form input[type='text']:-ms-input-placeholder,
#dark-footer .wpcf7-form input[type='email']:-ms-input-placeholder,
#dark-footer .wpcf7-form input[type='url']:-ms-input-placeholder,
#dark-footer .wpcf7-form textarea:-ms-input-placeholder,
#dark-footer .wpcf7-form select:-ms-input-placeholder {
  color: #3faad7;
}
#dark-footer .wpcf7-form input[type='text']::-ms-input-placeholder,
#dark-footer .wpcf7-form input[type='email']::-ms-input-placeholder,
#dark-footer .wpcf7-form input[type='url']::-ms-input-placeholder,
#dark-footer .wpcf7-form textarea::-ms-input-placeholder,
#dark-footer .wpcf7-form select::-ms-input-placeholder {
  color: #3faad7;
}
#dark-footer .wpcf7-form input[type='text']::placeholder,
#dark-footer .wpcf7-form input[type='email']::placeholder,
#dark-footer .wpcf7-form input[type='url']::placeholder,
#dark-footer .wpcf7-form textarea::placeholder,
#dark-footer .wpcf7-form select::placeholder {
  color: #3faad7;
}
#dark-footer .form-button-wrap {
  max-width: 1100px;
  text-align: right;
  margin: 0 auto;
}
#dark-footer .wpcf7-submit {
  color: white;
  background: #3faad7;
  border-radius: 30px;
  width: 200px;
  text-transform: lowercase;
  letter-spacing: 1px;
  position: relative;
  right: 2%;
}
#dark-footer .wpcf7 .ajax-loader {
  float: left;
}
#dark-footer h3.contact-headline {
  text-align: center;
  color: white;
}
#dark-footer h3.contact-headline span.color {
  color: #3faad7;
}
#dark-footer .wpcf7 form.sent .wpcf7-response-output {
  border-color: #3faad7;
  background: #3faad7;
  max-width: 500px;
  margin: 0 auto;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 600;
}
.site-content {
  padding-top: 90px;
  padding-bottom: 0 !important;
}
#custom_html-2 {
  background: black;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  float: left;
  width: 100%;
}
#custom_html-2 .footer-logo {
  width: 50px;
  margin-bottom: 20px;
}
#custom_html-2 .footer-copyright {
  padding-bottom: 20px;
  color: white;
}
.backtotop {
  color: #3faad7 !important;
}

/* Gallery */
.gallery-section {
  margin-top: 50px;
}
#sync1 .item {
  background: #3faad7;
  padding: 80px 0px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .synced .item {
  background: #3faad7;
}

.item.ortho-slider-element {
  height: 600px;
  background-size: cover !important;
}
.gallery-content-wrap {
  max-width: 1800px;
  margin: 0 auto;
}

.item.ortho-slider-element-thumb {
  height: 200px;
  background-size: cover !important;
}
.bottom-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
div#sync2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
}
.additional-slider-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}
.additional-slider-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  background: white;
  padding: 10px;
  -webkit-transform: translateY(calc(-100% + 220px));
  -ms-transform: translateY(calc(-100% + 220px));
  transform: translateY(calc(-100% + 220px));
  position: relative;
  z-index: 10;
}
.content-info-block {
  background: white;
  padding: 50px;
  border: 2px solid #3faad7;
}
.content-info-block h2 {
  margin-top: 0;
}

/* Praxis */
.praxis-inner-section {
  padding-top: 50px;
  padding-bottom: 75px;
}
.praxis-content-section h3 span {
  color: #3faad7;
  border-bottom: 2px solid;
}
.praxis-text {
  color: black;
}

/* Praxis Slider */
.praxis-slider .div#sync2 {
  width: 100%;
}
.praxis-slider .item.ortho-slider-element-thumb {
  height: 300px;
  background-size: cover !important;
}

/* Contact Styles */
.contact-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.contact-details-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  background: #e9edf0;
  padding: 30px 70px 0 70px;
}

.contact-form-wrap {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  margin-left: 100px;
}
.contact-form-wrap h3 {
  margin-bottom: 10px;
  margin-left: 10px;
}
.contact-form-wrap h3 span {
  color: #3faad7;
  border-bottom: 2px solid;
}
.contact-info {
  margin-bottom: 20px;
  margin-left: 10px;
  color: black;
}

.form-col-one.form-row,
.form-col-two.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.input-item input {
  border: 1px solid #3faad7 !important;
  padding: 10px !important;
}
.input-item ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3faad7;
  opacity: 1; /* Firefox */
}
.input-item ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3faad7;
  opacity: 1; /* Firefox */
}
.input-item :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3faad7;
  opacity: 1; /* Firefox */
}
.input-item ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3faad7;
  opacity: 1; /* Firefox */
}
.input-item ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3faad7;
  opacity: 1; /* Firefox */
}

.input-item textarea {
  border: 1px solid #3faad7 !important;
  padding: 10px !important;
}

.profile-image-wrap {
  text-align: center;
}
img.profile-image {
  border-radius: 50%;
  width: 200px;
  border: 8px solid white;
}
.contact-details {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px);
}
.contact-details h3 {
  color: #3faad7;
  font-weight: normal;
  font-size: 20px;
}

.dr-desc p {
  color: #3faad7;
  margin-bottom: 0;
}

.dr-desc {
  padding-bottom: 30px;
  border-bottom: 1px solid #3faad7;
  margin-bottom: 30px;
}

.cont-desc p {
  color: black;
}

.form-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

input.wpcf7-form-control.wpcf7-submit {
  background: black;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: normal;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
/* Leistungen List */
.page-template-template-leistung-list .site-content {
  padding-top: 0 !important;
}

/* Leistungen Single */
.single-leistungen .leistung-content-section.padding-top-0 h2 {
  margin-top: 0;
}
.contact-footer .contact-form-wrap {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  margin-right: 100px;
  margin-left: 0;
}
.contact-footer .opening-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.contact-footer .opening-wrap h3 span {
  color: #3faad7;
  border-bottom: 2px solid;
}

.phone-call-info p {
  color: black;
}
.phone-call-info a {
  color: #3faad7;
  font-size: 18px;
  font-weight: bold;
}
.contact-section-wrapper.contact-footer {
  background: #e9edf0;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* TEAM */

.team-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.profile-section-outer {
  width: 50%;
  background: #e9edf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.cv-section-outer {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.profile-section {
  max-width: 100%;
  width: 450px;
  margin-left: auto;
}
.profile-section {
  -webkit-transform: translateY(-173px);
  -ms-transform: translateY(-173px);
  transform: translateY(-173px);
  z-index: 100;
}
.profile-section img.profile-image {
  border-radius: 50%;
  width: 350px;
  border: 8px solid white;
}
.profile-section .quote-left {
  padding-top: 40px;
}

.cv-section {
  max-width: 100%;
  width: 600px;
  padding-left: 50px;
}

.cv-section h3 span {
  color: #4aaad7;
  border-bottom: 2px solid #4aaad7;
}
.cv-section .cv-description {
  color: black;
}

/* Footer */
.footer-outer-wrap {
  background-size: cover !important;
}
.footer-inner-wrap {
  background: rgba(0, 0, 0, 0.6);
}
.footer-content h3 {
  padding-top: 100px;
  text-align: center;
  color: white;
  font-size: 30px;
  letter-spacing: 10px;
  font-weight: normal;
}
.footer-content.container {
  padding-top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.footer-logo-wrap {
  position: absolute;
  right: 0;
  overflow: hidden;
}
.footer-logo-wrap img {
  width: 500px;
  transform: translateY(-50%);
}

.footer-content .desc {
  width: 600px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-content .desc p {
  color: #4aaad7;
  text-align: center;
}
.footer-content .desc p a {
  color: #4aaad7;
}
.footer-bottom.container {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.footer-bottom.container a {
  margin-right: 10px;
  margin-left: 10px;
}
.footer-bottom.container a:hover {
  text-decoration: underline;
}

/* PRELOADER */
.preloader {
  display: none !important;
}

.owl-carousel {
  touch-action: none;
}

@media all and (min-width: 1024px) {
  header .site-menu {
    display: none;
  }
}
@media all and (max-width: 1400px) {
  .menu-area ul.menu > li {
    padding: 10px !important;
  }
  .item.ortho-slider-element-thumb {
    height: 110px;
    background-size: cover !important;
  }
  .additional-slider-info {
    -webkit-transform: translateY(calc(-100% + 130px));
    -ms-transform: translateY(calc(-100% + 130px));
    transform: translateY(calc(-100% + 130px));
  }
}

@media all and (max-width: 1199px) {
  #owl-intro-wrap .static-info-carousel {
    width: 100%;
    z-index: 1000;
    left: 0;
  }
}

@media all and (min-width: 992px) {
  .small-only {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .large-only {
    display: none;
  }
  .site-content,
  .error404 .site-content {
    padding-top: 0 !important;
  }
  .openingh.small-only {
    max-width: 500px;
    margin: 40px auto;
  }
  #owl-intro-wrap .static-info-carousel {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .quote-content {
    flex-direction: column;
  }
  .quote-right {
    min-height: 400px;
  }
  img.quote-icon {
    position: relative;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .leistung-content {
    flex-direction: column;
  }
  .leistung-content .leistung-content-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0 !important;
    order: 2 !important;
  }
  .leistung-image-section .arrow-element {
    display: none;
  }
  .leistung-image-section {
    order: 1 !important;
    min-height: 300px;
    margin-top: 40px;
  }
  .bottom-nav-wrap {
    flex-direction: column;
  }
  .additional-slider-info {
    width: 100%;
    background: white;
    padding: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    z-index: 10;
  }
  div#sync2 {
    width: 100%;
  }
  .contact-section-wrapper {
    margin-top: 40px;
  }
  .contact-content-wrap {
    flex-direction: column;
  }
  .contact-details {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-form-wrap {
    margin-left: 0;
    padding: 30px;
  }

  .footer-logo-wrap img {
    width: 300px;
    transform: translateY(-50%);
  }
  .footer-content h3 {
    font-size: 22px;
  }

  .leistung-ov-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-leistungen .leistung-image-section {
    min-height: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .team-section-wrap {
    flex-direction: column;
  }
  .profile-section-outer {
    width: 100%;
    justify-content: center;
  }
  .profile-section {
    width: auto;
    margin-left: 0;
    transform: none;
  }
  .cv-section-outer {
    width: 100%;
    justify-content: center;
  }
  .cv-section {
    max-width: 100%;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .praxis-slider .item.ortho-slider-element-thumb {
    height: 150px;
  }

  .page-template-template-kontakt .contact-form-wrap {
    margin-left: 0;
    padding: 30px;
    margin-right: 0;
  }
  .contact-footer .opening-wrap {
    margin: 30px;
  }
  .footer-content .desc {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .leistung-section {
    margin-top: 70px;
  }
  .item.ortho-slider-element {
    height: 500px;
    background-size: cover !important;
  }
}

@media all and (max-width: 700px) {
  .item.ortho-slider-element {
    height: 400px;
    background-size: cover !important;
  }
  .item.ortho-slider-element-thumb {
    height: 90px;
  }
  #owl-intro-wrap .logo-image {
    width: 75%;
  }

  .openingh .openingh-wrap {
    margin: 15px;
  }
  .opening-wrap h3 {
    margin-left: 15px;
  }
  .phone-call-info {
    margin: 15px;
  }
  .leistung-section-item .container {
    padding: 0;
  }
  .leistung-image-section {
    margin-top: 0px;
  }
  .leistung-content .leistung-content-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .additional-slider-info {
    padding: 0;
    margin-top: 20px;
  }
  .contact-section-wrapper .container {
    padding: 0;
  }
  .contact-form-wrap {
    margin-left: 0;
    padding: 0;
    padding-bottom: 30px;
  }
  .item.intro-slider-element {
    height: 600px;
    background-size: cover !important;
    background-position: center center !important;
    max-height: 90vh;
  }
  .quote-left {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .leistung-ov-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ov-grid-item {
    min-height: 300px;
  }
  .profile-section img.profile-image {
    border-radius: 50%;
    width: 250px;
    border: 8px solid white;
  }
  .profile-section {
    padding: 20px;
  }
  .profile-section .quote-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .praxis-slider .item.ortho-slider-element-thumb {
    height: 100px;
  }
}

@media all and (max-width: 500px) {
  .item.ortho-slider-element {
    height: 300px;
    background-size: cover !important;
  }
  .item.intro-slider-element {
    height: 500px;
    background-size: cover !important;
    background-position: center center !important;
    max-height: 75vh;
  }
  .site-header .header-main .site-logo {
    min-height: 60px;
  }
  .leistung-content-section h2 {
    font-size: 24px;
    line-height: 150%;
  }
  .contact-footer .contact-form-wrap {
    margin-right: 0;
  }
  .contact-section-wrapper.contact-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-footer .opening-wrap {
    margin: 10px;
  }
  .ov-grid-item {
    min-height: 200px;
  }
}
