@charset "UTF-8";
/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-700 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/playfair-display-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/playfair-display-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/playfair-display-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/playfair-display-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/playfair-display-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/playfair-display-v30-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/work-sans-v18-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/work-sans-v18-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v18-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v18-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v18-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v18-latin-200.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/work-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/work-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v18-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/work-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/work-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/work-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/work-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/work-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/work-sans-v18-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/*!
 * Copyright 2011-2017 Corporate White
 */
/*/*/
/*************
*  Basis     *
*************/
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
a {
  color: #000;
  outline: none;
  font-weight: 500;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a.termin {
  color: #fff;
  background-color: #000;
  padding: 2px 20px;
  display: inline-block;
  border: solid #000 2px;
  transition: all 0.5s ease;
  transition: transform 0.3s, background 0.4s, color 0.4s;
  -webkit-transition: transform 0.3s, background 0.4s, color 0.4s;
  text-decoration: none;
  margin: 50px 0;
}
a.read-more {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 2px solid #000;
  position: relative;
  background: #000 url("img/pfeil_rechts_schoerk_weiss.png") no-repeat center right;
  padding: 6px 50px 6px 35px;
  background-size: 20px;
  transition: all 0.5s ease;
}
a.read-more.vita, span.read-more.vita {
  border: 1px solid #fff;
  margin: 25px 0;
  display: inline-block;
  background-image: none;
  padding: 6px 50px;
}
span.read-more.vita {
  color: #fff;
}
a.read-more.arrow-left {
  padding: 6px 35px 6px 50px;
  background: #000 url("img/pfeil_links_schoerk_weiss.png") no-repeat center left;
  background-size: 20px;
}
a.read-more::after {
  content: ' ';
  position: absolute;
  left: 4px;
  top: 4px;
  display: inline-block;
  padding: 7px 17px;
  border: 1px #000 solid;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;
}
a.read-more.vita::after {
  content: none;
}
a.read-more:hover::after {
  background-color: #000;
  transition: all 0.5s ease;
}
a.read-more:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.6s ease 0s;
}
a.termin:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease;
  transition: transform 0.3s, background 0.4s, color 0.4s;
  -webkit-transition: transform 0.3s, background 0.4s, color 0.4s;
}
.arrow-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.arrow-1 {
  width: 100px;
  height: 100px;
  background: #000;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}
.arrow-2 {
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
  cursor: s-resize;
}
.arrow-2:before {
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.arrow-2 i.fa {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
/* Custom Animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.dsgvo-hl {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.contact-wrapper-left.sticky-top, .service-wrapper.sticky-top, .home .section.services .sticky-top {
  top: 150px;
}
.home .section.services .sticky-top {
  bottom: 150px;
}
.container {
  max-width: 75vw;
}
dl, ol, ul {
  padding-left: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: .5rem;
  line-height: 1;
  color: #000;
}
.h2, h2 {
  font-size: 40px;
  text-transform: uppercase;
}
.h3, h3 {
  font-size: 40px;
}
.page .content-field h5, .page .content-field h5 a, .page .content-field h4, .page .content-field h4 a {
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: bolder;
}
.page-template-contact h2 {
  text-transform: uppercase;
}
.wrapper {
  padding: 50px 0;
}
.wrapper.wide .container {
  max-width: 1330px;
}
.sidebar-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10vw;
  z-index: 9999;
  background-color: #fff;
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background-color: #6e7b84;
}
#status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loader, .loader:before, .loader:after {
  background: #000000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #000000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
a.readmore {
  display: inline-block;
  position: relative;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
  transition: transform 0.3s, background 0.4s;
  -webkit-transition: transform 0.3s, background 0.4s;
  background-image: url("img/pfeil_rechts_schoerk_weiss.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: contain;
  line-height: 20px;
}
a.readmore:hover, .termin a:hover {
  transition: transform 0.3s, background 0.4s;
  -webkit-transition: transform 0.3s, background 0.4s;
  background-position: right center;
}
.main-content-first {
  margin-right: 5vh;
}
.main-content-second {
  margin-left: 5vh;
}
/*************
*  Header    *
*************/
header {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.navbar {}
header .container {
  position: relative;
}
header.sticky {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
header.show-menu {
  transition: all .3s ease-in-out;
  background-color: #000;
}
header.show-menu .container {
  height: 100vh;
}
header.show-menu .navi-line {
  bottom: 20vh;
}
header.show-menu .topmenu-wrapper.sekundar-menu {
  display: none;
}
a.onlinetermin {
  background-color: #000;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  transition: all .3s ease-in-out;
  display: block;
  margin-right: 5vw;
}
a.onlinetermin .onlinetermin-txt {
  color: #fff;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  line-height: 1.4;
}
a.onlinetermin .onlinetermin-txt span {
  font-weight: 700;
}
header.sticky a.onlinetermin {
  background-color: #000;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  transition: all .3s ease-in-out;
  display: block;
  margin-right: 5vw;
}
header.sticky a.onlinetermin .onlinetermin-txt {
  color: #fff;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  text-align: center;
  font-size: 11px;
  padding-top: 15px;
  line-height: 1.4;
}
.logo {
  height: 200px;
  width: 200px;
  background: transparent url("img/logo_die-hno-praxis-schwarz.svg") no-repeat left 14px/200px 174px;
  margin-bottom: 0;
  display: inline-block;
}
header.show-menu .logo {
  height: 200px;
  width: 200px;
  background: transparent url("img/logo_die-hno-praxis-weiss.svg") no-repeat left 14px/200px 174px;
  margin-bottom: 0;
  display: inline-block;
}
.adressblock-header {
  position: absolute;
  right: 0;
}
.adressblock-header h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.adressblock-header a {
  color: #fff;
}
.sticky .logo {
  height: 80px;
  background-position: left 6px;
  background-size: 140px 122px;
}
.logo a {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  text-indent: -99999999px;
}
a.onlinetermin-na:hover {
  border-radius: 0;
  height: 30px;
  width: inherit;
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 5px 10px;
}
a.onlinetermin-na:hover .onlinetermin-txt {
  transition: all .3s ease-in-out;
  text-align: left;
  padding-top: 0;
}
/*Menü Staff*/
.top-nav {
  position: relative;
  height: 200px;
}
.phone a {
  white-space: nowrap;
  font-size: 20px;
}
#nav-mobile, .mm-menu.mm-offcanvas.mm-opened {
  display: none;
}
ul#menu-main-nav {
  list-style: none;
  float: right;
}
ul#menu-main-nav li {
  float: left;
}
ul#menu-main-nav li a, ul#menu-main-nav li span {
  padding: 5px 20px;
  color: #000;
  text-decoration: none;
  position: relative;
  line-height: 30px;
}
ul#menu-main-nav li a:before, ul#menu-main-nav li span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
ul#menu-main-nav li a:hover:before, ul#menu-main-nav li a.open:before, ul#menu-main-nav li span:hover:before, ul#menu-main-nav li span.open:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navi-line {
  left: 0;
  top: inherit;
  position: absolute;
  z-index: 99;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: flex-end;
  width: 100%;
  bottom: 100vh;
}
.navi-line h4 {
  color: #fff;
}
ul#main-menu {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0;
  padding: 0;
}
ul#main-menu {
  list-style-type: none;
}
ul#main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#main-menu li a {
  padding: 3px 10px;
  display: block;
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
ul#main-menu li a span {
  padding: 3px 40px 3px 10px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
}
ul#main-menu li a span:hover, ul#main-menu > li a span:hover, ul#main-menu > li a span.active {
  color: #ffffff;
  background-color: transparent;
  padding: 3px 10px 3px 40px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
ul#main-menu li.sub-menu-open > ul {
  left: 400px;
  display: flex;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  flex-direction: column-reverse;
}
ul#main-menu li > ul {
  position: absolute;
  display: none;
  top: 0;
  left: 300px;
  min-width: 200px;
  z-index: -1;
  height: 100%;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: all 200ms ease-in;
}
ul#main-menu li ul li a {
  font-size: 18px;
}
ul#main-menu li ul li a span, ul#main-menu > li:hover ul li a span {
  font-size: 18px;
  white-space: nowrap;
  background-color: #000;
  color: rgba(255, 255, 255, .5);
  padding: 0 10px;
  line-height: 1.4;
  font-family: 'Work Sans', sans-serif;
}
ul#main-menu li > ul li a:hover span {
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  padding: 3px 10px 3px 30px;
}
ul#main-menu li > ul li.menu-item.active a span {
  color: rgba(255, 255, 255, 1);
}
.topmenu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#menu-top {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#menu-top li {
  position: relative;
  float: right;
}
#menu-top li span {
  display: none;
}
#menu-top li.contact-icon a, #menu-top li.sprechzeiten a, #menu-top li.phone a {
  color: #000;
  font-size: 14px;
  text-indent: -999999px;
  margin: 10px auto;
  display: inline-block;
  width: 35px;
  height: 25px;
  transition: all 0.5s ease;
  transition: transform 0.3s, background 0.4s, color 0.4s;
  -webkit-transition: transform 0.3s, background 0.4s, color 0.4s;
}
#menu-top li.sprechzeiten a {
  background: transparent url("img/clock_black.svg") no-repeat center;
  background-size: 23px;
}
#menu-top li.contact-icon a {
  background: transparent url("img/contact_black.svg") no-repeat center;
  background-size: 17px auto;
}
#menu-top li.phone a {
  background: transparent url("img/phone_black.svg") no-repeat center;
  background-size: 21px;
}
#menu-top li a:hover {
  color: #fff;
  transition: all 0.5s ease;
  transition: transform 0.2s, background 0.3s, color 0.3s;
  -webkit-transition: transform 0.2s, background 0.3s, color 0.3s;
}
#page {
  margin-top: 228px;
}
/*************
*  Hamburger *
*************/
.hamburger-wrapper {}
.hamburger-wrapper span {
  text-transform: uppercase;
  padding-right: 20px;
}
.hamburger {
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  position: relative;
  z-index: 99999;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
header.show-menu .hamburger.is-active .hamburger-inner, header.show-menu .hamburger.is-active .hamburger-inner::before, header.show-menu .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 40px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -12px;
}
.hamburger-inner::after {
  bottom: -12px;
}
/*
* Habmurger Collapse
*/
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: -6px;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}
.hamburger--collapse .hamburger-inner:after {
  top: -24px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg)
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg)
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(90deg)
}
/* Slider Stuff */
.headslider .slick-list {
  padding-left: 7vw;
  padding-right: 7vw;
  position: relative;
}
.headslider .slick-list::before, .headslider .slick-list::after {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, .7);
  width: 7vw;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 9;
}
.headslider .slick-list::after {
  right: 0;
  left: inherit;
}
.slidercounter {
  margin-top: 25px;
}
.slidercounter #num {
  float: left;
  line-height: 20px;
}
.header-next, .header-prev {
  background: transparent url("img/pfeil_links.png") no-repeat left center;
  background-size: contain;
  height: 20px;
  width: 50px;
  text-indent: -99999px;
  display: inline-block;
  float: left;
}
.header-prev {
  background: transparent url("img/pfeil_rechts.png") no-repeat right center;
  background-size: contain;
}
.carousel-indicators li {
  text-indent: -99999px;
}
.carousel-control-prev {
  width: 35px;
  height: 35px;
  background: #000 url("img/pfeil_links_schoerk_weiss.png") no-repeat center;
  background-size: 25px;
  bottom: 0;
  border: solid #000 1px;
  right: 0;
  top: auto;
  left: auto;
  opacity: 1;
}
.carousel-control-next {
  width: 35px;
  height: 35px;
  background: #fff url("img/pfeil_rechts.png") no-repeat center;
  background-size: 25px;
  border: solid #000 1px;
  bottom: 0;
  right: -35px;
  top: auto;
  left: auto;
  opacity: 1;
}
/*****************
* Intro/Header:  *
*****************/
.wrapper-header h2 {
  font-size: 60px;
  font-weight: 700;
  border-bottom: 5px solid #000;
  padding-bottom: 15px;
  position: absolute;
  bottom: 50%;
  left: -30%;
}
.logo-wrapper {
  height: 100%;
  padding: 10px 0;
}
.slider-wrapper {
  position: relative;
}
.header_map .fill {
  margin: auto;
  width: 85vw;
  height: 60vh;
}
.header_map {
  height: 60vh;
  position: relative;
}
.slider-hl-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
.slider-hl {
  margin: 0 15vw;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  padding: 50px 15px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.slider-hl .textwidget {
  margin-top: 80px;
}
.header_image .fill {
  margin: auto;
  width: 85vw;
  position: relative;
}
.header_image .claim, .headslider-wrapper .claim {
  left: 5vw;
  bottom: 6vh;
  position: absolute;
  margin-left: 18px;
  font-size: 40px;
  line-height: 1.2;
}
.header_image .claim span, .headslider-wrapper .claim span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.headslider-wrapper .claim {
  left: 12vw;
  top: 5vh;
  margin-left: 15px;
}
.header_image .claim-number {
  left: 5vw;
  top: 4vh;
  position: absolute;
  font-size: 200px;
  font-weight: 100;
  margin-left: 15px;
  line-height: 1;
}
.header_image .fill img {
  width: 100%;
}
.headslider-wrapper .fill {
  height: 75vh;
  background-position: center;
  background-size: cover;
  margin-left: 25px;
}
.headslider-control {
  position: absolute;
  left: 12vw;
  width: 120px;
  height: 35px;
  padding: 0 15px;
  bottom: 5vh;
}
.headlider-control-prev {
  width: 35px;
  height: 35px;
  background: url("img/pfeil_links.png") no-repeat left center;
  background-size: 25px;
  cursor: pointer;
  display: inline-block;
}
.headlider-control-next {
  width: 35px;
  height: 35px;
  background: url("img/pfeil_rechts.png") no-repeat center;
  background-size: 25px;
  cursor: pointer;
  display: inline-block;
}
.indicator-wrapper {
  position: absolute;
  right: 10vw;
  transform: rotate(-90deg);
  top: 4vh;
  transform-origin: 100% 50%;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
}
.pagingInfo-head {
  float: right;
}
/**
 *  Progress Bar
 */
.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
.progress {
  display: block;
  width: 40vh;
  height: 1px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  margin-top: 19px;
  margin-right: 1vh;
}
/*************
* Home       *
*************/
.page-template-home .section.content {
  margin-top: 125px;
}
.page-template-home .headlines h2 span {
  display: block;
  font-weight: 700;
}
.page-template-home .headlines h2 {
  text-transform: uppercase;
}
.page-template-home .content .container {
  width: 60vw;
}
.headlines {
  margin-bottom: 50px;
}
.home .content-field {
  float: left;
  padding-right: 25px;
}
.main-content h3 {
  font-weight: 700;
}
.main-content h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
}
.service-wrapper h4 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.service-wrapper .service-txt.ui-accordion-content ul {
  margin: 0;
  margin-bottom: 25px;
}
.home-right .intro-img {
  border: solid 1px #000;
}
.intro-txt {
  margin: 25px 0;
}
.intro-txt h3 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
}
.intro-inner {
  border-top: solid #000 1px;
  border-bottom: solid #000 1px;
  padding: 25px 0;
  margin: 25px 0;
}
.home-left h3 {
  font-size: 60px;
  font-weight: 700;
  border-bottom: 5px solid #000;
  padding-bottom: 15px;
  position: absolute;
  left: -95px;
}
/*************
* Slider     *
*************/
/*****************
*Section homeMain*
*****************/
/*********************
*Section Introduction*
*********************/
.page-template-home .introduction {
  background-color: #000;
  margin: 150px auto 175px;
  color: #fff;
  position: relative;
}
.page-template-home .introduction .modal-body {
  color: #000;
}
.modal-body h6 {
  font-weight: bold;
}
.modal-body strong {
  font-weight: normal;
}
.page-template-home .introduction::after {
  content: "";
  background-color: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 101%;
  width: 10vw;
  background-image: url("img/logo_hno_gesicht.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.page-template-home .introduction .service-img {
  margin-top: -75px;
}
.page-template-home .introduction .intro-zitat {
  text-transform: uppercase;
}
.page-template-home .introduction .service-txt {
  color: #868786;
  font-size: 28px;
  transform: rotate(-90deg);
  transform-origin: left top;
  line-height: 1.2;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: -50px;
  font-family: 'Playfair Display', serif;
}
/*****************
*Section claim   *
*****************/
.wrapper-claim {
  margin: 200px 0 0;
  padding: 0 25vw;
  text-align: center;
  font-size: 30px;
}
/*****************
*Section Team*
*****************/
.team-gallery {
  padding: 50px 0 0;
}
.team-member-wrapper {
  margin-bottom: 50px;
}
.team-member-name h4 {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
.team-member-name p {
  margin: 0 0 15px;
}
.team-member {
  position: relative;
  overflow: hidden;
}
.team-member .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-member:hover .content-overlay {
  opacity: 1;
}
.team-member img {
  width: 100%;
}
.team-member .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.team-member:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.team-member .content-details h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.team-member .content-details p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-top {
  top: 20%;
}
.modal {
  z-index: 100000;
}
.modal-backdrop {
  z-index: 99999;
}
.modal-body h4 {
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
}
.modal-content {
  border-radius: 0;
}
/*****************
*Section Services*
*****************/
.page-template-home .services {
  margin: 75px auto 175px;
}
.section.service-content {
  margin: 100px auto;
}
.section.service-content .service-wrapper .read-more {
  margin-top: 50px;
  display: inline-block;
}
.page-template-home .services h3, .page-template-home .services h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 35px;
}
.page-template-home .services .service-img {
  position: relative;
}
.page-template-home .services .service-img img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: .5s -webkit-filter linear;
  -moz-transition: .5s -moz-filter linear;
  -moz-transition: .5s filter linear;
  -ms-transition: .5s -ms-filter linear;
  -o-transition: .5s -o-filter linear;
  transition: .5s filter linear, .5s -webkit-filter linear;
}
.page-template-home .services .service-img img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition: .5s -webkit-filter linear;
  -moz-transition: .5s -moz-filter linear;
  -moz-transition: .5s filter linear;
  -ms-transition: .5s -ms-filter linear;
  -o-transition: .5s -o-filter linear;
  transition: .5s filter linear, .5s -webkit-filter linear;
}
.page-template-home .services .service-txt {
  margin: -20px 15px 50px;
  position: relative;
}
.page-template-home .services .service-txt h3 {
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
}
.page-template-home .services .service-link {
  text-align: right;
}
.page-template-home .services .service-img .img-number {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 110px;
  line-height: 100px;
  font-weight: 100;
}
.page-template-home .services .trenner {
  margin: 100px auto;
  text-align: center;
}
.page-template-home .services .trenner:after {
  width: 350px;
  content: "";
  height: 1px;
  border-top: 1px solid black;
  display: block;
  margin: auto;
}
.page-template-home .services .services-right {
  margin-top: 200px;
}
/**************************
*Section Service Navigator*
**************************/
.page-template-services .content-navigation {
  margin-top: 100px;
  margin-bottom: 100px;
}
.service-navigator {
  margin-top: 75px;
}
.service-icon-wrapper-prev div.service-icon-txt-wrapper, .service-icon-wrapper-next div.service-icon-txt-wrapper {
  line-height: 22px;
  display: inline-block;
  background: url("img/kreis_pfeil_links.png") no-repeat left;
  background-size: 40px;
  padding-left: 60px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
}
.service-icon-wrapper-prev .service-icon-prev {
  position: absolute;
  display: block;
  width: 250px;
  height: 250px;
  top: 60px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.service-icon-wrapper-prev .service-icon-prev img, .service-icon-wrapper-next .service-icon-next img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: .5s -webkit-filter linear;
  -moz-transition: .5s -moz-filter linear;
  -moz-transition: .5s filter linear;
  -ms-transition: .5s -ms-filter linear;
  -o-transition: .5s -o-filter linear;
}
.service-icon-wrapper-next div.service-icon-txt-wrapper {
  background: url("img/kreis_pfeil_rechts.png") no-repeat right;
  background-size: 40px;
  padding-right: 60px;
  padding-left: 0;
  float: right;
  text-align: right;
}
.service-icon-wrapper-next div.service-icon-txt-wrapper span, .service-icon-wrapper-prev div.service-icon-txt-wrapper span {
  display: block;
  font-weight: 700;
}
.service-icon-wrapper-next .service-icon-next {
  position: absolute;
  display: block;
  width: 250px;
  height: 250px;
  top: 60px;
  right: 0;
  z-index: -1;
  opacity: 0;
}
.service-icon-wrapper-next .service-icon-next span, .service-icon-wrapper-prev .service-icon-prev span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
}
.service-icon-wrapper-prev a:hover .service-icon-prev, .service-icon-wrapper-next a:hover .service-icon-next {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.service-image-mobil {
  display: none;
  margin-top: 50px;
}
.page-template-services .headlines h2 {
  text-transform: uppercase;
}
.page-template-services .headlines .read-more {
  margin-top: 75px;
}
#wrapper-footer-paralax {
  color: #fff;
  position: relative;
  padding: 0;
  margin: 250px 0 150px;
}
#wrapper-footer-paralax .block {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
#wrapper-footer-paralax .block img {
  width: 100%;
}
#wrapper-footer-paralax .textwidget {
  position: absolute;
  top: -67px;
}
#wrapper-footer-paralax .textwidget h2 {
  text-align: left;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 35px;
}
#menu-socials {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.menu-socials-container {
  display: block;
  overflow: hidden;
}
.menu-socials-container li.instagram a, .menu-socials-container li.jameda a, .menu-socials-container li.facebook a {
  color: #000;
  font-size: 14px;
  text-indent: -999999px;
  margin: 10px auto;
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
}
.menu-socials-container li.instagram a {
  background: transparent url("img/instagram_weiss.png") no-repeat left center;
  background-size: 25px;
}
.menu-socials-container li.facebook a {
  background: transparent url("img/facebook_weiss.png") no-repeat left center;
  background-size: 25px;
}
.menu-socials-container li.jameda a {
  background: transparent url("img/jameda_weiss.png") no-repeat left center;
  background-size: 25px;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.section.service-footer2 {
  margin: 50px auto 150px;
  text-align: center;
}
.section.service-footer2 span {
  margin: 0 auto 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
/**********************
/*Section Contact     *
/*********************/
.contact {
  margin: 100px auto;
}
.contact-wrapper-left h3 {
  font-size: 18px;
  font-weight: 700;
}
#wpcf7-f4-o1, #custom_html-52, #custom_html-53 {
  margin-top: 50px !important;
}
/**********************
/*Footer              *
/*********************/
#wrapper-footerline {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 15px;
  position: relative;
}
#wrapper-footerline a, #wrapper-footer a {
  color: #fff;
}
#wrapper-footer, #wrapper-footer-headline {
  background-color: #000;
  color: #fff;
  min-height: 30vh;
  padding: 0;
  position: relative;
}
#wrapper-footer::after {
  content: '';
  display: block;
  width: 70vw;
  height: 100%;
  top: 0;
  right: 0;
  background: url("img/map.svg") no-repeat center;
  background-size: contain;
  background-color: #000;
  color: #fff;
  position: absolute;
}
#wrapper-footer .footer1-widget {
  margin-top: -83px;
  margin-bottom: 75px;
}
#wrapper-footer .footer2-widget {
  margin-bottom: 50px;
}
.footer-left {
  z-index: 9;
}
#wrapper-footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#wrapper-footer h2 {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
}
#wrapper-footer h2 span {
  color: #000;
  display: block;
}
.menu-foterline-container ul {
  list-style: none;
  margin-bottom: 0;
  margin-right: 0;
  margin: 0 auto;
  padding: 0 8px 0 0;
  color: #000;
  max-width: 400px;
  float: left;
}
.menu-anfahrt-container ul {
  list-style: none;
  margin-bottom: 0;
  margin-right: 0;
  margin: 0 auto;
  padding: 0 8px 0 0;
  color: #000;
  float: left;
}
.menu-foterline-container ul li, .menu-anfahrt-container ul li {
  float: left;
  list-style: none;
}
.menu-foterline-container ul li a, .menu-anfahrt-container ul li a {
  margin: 0 8px 0 0;
  color: #fff;
}
.menu-foterline-container ul li:first-child a, .menu-anfahrt-container ul li:first-child a {
  margin: 0 8px 0 0;
}
.menu-anfahrt-container ul li:last-child::after {
  content: '';
}
.menu-foterline-container ul li::after, .menu-anfahrt-container ul li::after {
  content: "|";
  color: #fff;
  margin-right: 8px;
}
#wrapper-footer-headline h3 {
  font-size: 60px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
}
.wrapper-services .row {
  position: relative;
  margin-top: 200px;
}
.wrapper-services .row .slogan {
  position: absolute;
  top: -53px;
  right: 25%;
  z-index: 9;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.wrapper-services .slick-list {
  padding-right: 30%;
}
.wrapper-services .impression-slide {
  margin-right: 25px;
}
.wrapper-services .impression-slide img {
  display: block;
  width: 100%;
}
.imageslider-control {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
}
.imagelider-control-prev {
  width: 35px;
  height: 35px;
  background: url("img/pfeil_links.png") no-repeat center;
  background-size: 25px;
  bottom: 10%;
  left: 10%;
  top: auto;
  position: absolute;
  cursor: pointer;
}
.imagelider-control-next {
  width: 35px;
  height: 35px;
  background: url("img/pfeil_rechts.png") no-repeat center;
  background-size: 25px;
  bottom: 10%;
  left: 20%;
  opacity: 1;
  position: absolute;
  cursor: pointer;
}
.opening span.date {
  display: inline-block;
  width: 35px;
}
span.contact-space {
  display: inline-block;
  width: 25px;
}
.home-footer-right {
  width: 30%;
  margin: 50px 0;
}
.home-footer-right .custom-html-widget {
  width: 70%;
  max-width: 400px;
}
.home-footer-right h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 700;
}
/**********************
/*Form              *
/*********************/
.wpcf7-form .col {
  margin-bottom: 20px;
}
.wpcf7 textarea, .wpcf7 textarea.wpcf7-validation-errors, textarea.form-control {
  height: 100px;
}
.float-label-control {
  position: relative;
  margin-bottom: 1.5em;
}
.grey-box {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #dbdcdf;
  padding: 25px;
}
span.wpcf7-list-item {
  line-height: 1;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type="color"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="month"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 input[type="week"], .wpcf7 select, .wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  outline: none;
  margin: 0px;
  font-size: 15px;
  color: #000;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type="color"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 input[type="datetime-local"]:focus, .wpcf7 input[type="datetime"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="file"]:focus, .wpcf7 input[type="month"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="range"]:focus, .wpcf7 input[type="search"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="time"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="week"]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  color: #585f63;
  border-color: #c3c3c3;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type="color"]::placeholder, .wpcf7 input[type="date"]::placeholder, .wpcf7 input[type="datetime-local"]::placeholder, .wpcf7 input[type="datetime"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="file"]::placeholder, .wpcf7 input[type="month"]::placeholder, .wpcf7 input[type="number"]::placeholder, .wpcf7 input[type="range"]::placeholder, .wpcf7 input[type="search"]::placeholder, .wpcf7 input[type="tel"]::placeholder, .wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="time"]::placeholder, .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="week"]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
  color: #585f63;
  opacity: 1;
  background-color: transparent;
}
.float-label-control::-webkit-input-placeholder {
  color: transparent;
}
.float-label-control:-moz-placeholder {
  color: transparent;
}
.float-label-control::-moz-placeholder {
  color: transparent;
}
.float-label-control:-ms-input-placeholder {
  color: transparent;
}
.wpcf7-list-item-label {
  font-size: 13px;
}
/*Formular*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  background-color: #6c6556;
  color: #ffffff;
}
.btn:hover, .btn:focus {
  background-color: #fff;
  color: #8ca903;
}
.btn.focus, .btn:focus, .wpcf7 input.focus[type="submit"], .wpcf7 input[type="submit"]:focus {
  outline: 0;
  box-shadow: none;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #e4000b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(228, 0, 11, 0.6);
  outline: 0 none;
}
.wpcf7-form input[type="submit"] {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  padding: 4px 12px;
  width: auto;
}
.btn-outline-primary:hover, .wpcf7 input[type="submit"]:hover {
  background-color: #fff;
  color: #585f63;
  border-color: #000;
}
div.wpcf7 {
  max-width: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type="submit"], .wpcf7 input[type="submit"]:disabled {
  color: #c3c3c3;
  background-color: transparent;
  border-color: #000;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 14px;
}
.wpcf7 input:not(:disabled):not(.disabled):active[type="submit"] {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
input:not(:disabled):not(.disabled):active:focus[type="submit"] {
  box-shadow: none;
}
.wpcf7 .wpcf7-form label {
  font-size: 13px;
}
.page-id-16 h2 {
  font-size: 30px;
}
/**********
**Overlays 
/**********/
.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default, .ui-accordion .ui-widget-header .ui-state-default {
  border: none;
  border-bottom: 1px solid #c4c6c8;
  background: none;
  font-weight: normal;
}
.ui-accordion .ui-accordion-header-active.ui-state-active {
  border-bottom: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  line-height: 1;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 4px;
  padding: .5em .5em .5em .7em;
  min-height: 0; /* support: IE7 */
  font-size: 18px;
  margin-bottom: 0;
  border-radius: 0;
  color: #00adcc;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  left: auto;
  background-size: 16px;
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
  background-position: right center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.ui-icon-triangle-1-e {
  background-image: url("img/pfeil_runter.png") !important;
}
.ui-icon-triangle-1-s {
  background-image: url("img/pfeil_hoch.png") !important;
}
.ui-accordion .ui-state-default.ui-accordion-content-active {
  border-bottom: none;
}
.ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  border: none;
  background: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-family: 'Work Sans', sans-serif;
  border-bottom: 1px solid #000;
  padding: 20px 10px;
}
.ui-accordion .ui-accordion-content ul li {
  line-height: inherit;
}
.ui-accordion .ui-accordion-header:first-of-type {
  border-top: solid 1px #000;
}
.ui-accordion .ui-accordion-header {
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin-top: 0;
  min-height: 0;
  padding: 20px 40px 20px 10px;
  position: relative;
  line-height: 27px;
  text-align: left;
  outline: none;
  border-bottom: solid 1px #000;
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.ui-accordion .ui-accordion-header span {
  font-weight: normal;
}
.overlay-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: .6;
}
/**********************
/*MMENÜ Stuff:        *
/*********************/
.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 1);
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.mm-listview {
  font-weight: 500;
}
.mm-listview > li > a, .mm-listview > li > span {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 10px 10px 28px;
}
.mm-panels {
  margin-top: 200px;
  margin-right: 0;
}
#mm-menu-nav-mobile .mm-title {
  display: none
}
.mm-panel .mm-navbar {
  border-bottom: none;
}
.mm-title {
  display: none;
}
.mm-panel .mm-title {
  display: block;
}
.mm-title {
  display: none;
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next::after, .mm-menu.mm-theme-black .mm-btn::after, .mm-menu.mm-theme-black .mm-btn::before {
  border-color: rgb(255, 255, 255);
}
.mm-panels > .mm-panel {
  padding: 0 6vw;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2000;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}
.page-item:last-child .page-link {
  border-radius: 0;
}
.page-link {
  line-height: 1.25;
  color: #000;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-color: #000;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#attachment_3619{
	width: 50% !important;
}
/**********************
/*Responsive Stuff    *
/*********************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .sticky-top {
    z-index: inherit;
    position: relative;
  }
  wrapper.sticky-top, .home .section.services .sticky-top {
    top: 0;
  }
  .home .section.services .sticky-top {
    bottom: 0;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .sticky-top {
    z-index: inherit;
    position: relative;
  }
  wrapper.sticky-top, .home .section.services .sticky-top {
    top: 0;
  }
  .home .section.services .sticky-top {
    bottom: 0;
  }
}
@media screen and (max-height: 700px) and (orientation:landscape) {
  ul#main-menu li a span {
    font-size: 25px;
  }
  header.show-menu .navi-line {
    bottom: 10vh;
  }
  .headslider-wrapper .fill {
    height: 60vh;
  }
}
@media (min-width: 1800px) {
  .home .content-field {}
  ul#main-menu li a span {
    font-size: 50px;
  }
  .page-template-home .introduction .intro-zitat {
    max-width: 75%;
  }
  a.onlinetermin {
    height: 120px;
    width: 120px;
  }
  a.onlinetermin .onlinetermin-txt {
    font-size: 18px;
    padding-top: 22px;
  }
}
@media (max-width: 1750px) {
  .page-template-home .services h3, .page-template-home .services h2 {
    font-size: 30px;
  }
}
@media (max-width: 1600px) {
	.header-telefon span br{
		display:none;
	}
	.header-telefon {
    margin-right: 2vw;
}
	a.onlinetermin {
    margin-right: 2vw;
}

}
@media (max-width: 1500px) {
  .page-template-home .services h3, .page-template-home .services h2 {
    font-size: 25px;
  }
  .page-template-home .services .service-txt h3 {
    font-size: 30px;
  }
  .page-template-home .services .service-txt {
    margin: -16px 15px 50px;
  }
  .page-template-home .services .service-img img:hover {
    -webkit-filter: none;
    filter: none;
  }
}
@media (max-width: 1350px) {
  .container {
    max-width: 94vw;
  }
  .page-template-home .content .container {
    width: 94vw;
  }
  .header_image .fill {
    width: 96vw;
  }
  .header_image .claim {
    left: 1vw;
  }
  .header_image .claim-number {
    left: 1vw;
    top: 0;
  }
  .section.service-content .service-wrapper .read-more {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  ul#main-menu li > ul {
    left: 200px;
  }
  ul#main-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .logo {
    height: 131px;
    width: 150px;
    background: transparent url("img/logo_die-hno-praxis-schwarz.svg") no-repeat left top/140px 122px;
    margin-top: 14px;
  }
  .sticky .logo {
    margin-top: 0;
  }
  #page {
    margin-top: 160px;
  }
  header a.onlinetermin, header.sticky a.onlinetermin {
    height: 75px;
    width: 75px;
    margin-right: 1vw;
  }
  header a.onlinetermin .onlinetermin-txt {
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    padding-top: 14px;
    line-height: 1.4;
  }
  ul#main-menu li.sub-menu-open > ul {
    left: 300px;
  }
  .contact-wrapper-left.sticky-top, .service-wrapper.sticky-top, .home .section.services .sticky-top {
    top: 0;
  }
  .section.service-content {
    margin: 100px auto 0;
  }
  #wrapper-footer-paralax {
    margin: 50px 0 50px;
  }
}
@media (max-width: 994px) {
  #navigator, .headslider-control, .indicator-wrapper {
    display: none;
  }
  #nav-mobile, .mm-menu.mm-offcanvas.mm-opened {
    display: block;
    z-index: 9999;
  }
  header.show-menu .container {
    height: 200px;
  }
  .topmenu-wrapper.sekundar-menu {
    justify-content: center;
    background-color: #000;
  }
  header .container {
    max-width: 100vw;
    padding: 0;
  }
  a.onlinetermin, header.sticky a.onlinetermin, header a.onlinetermin {
    background-color: #000;
    border-radius: 0;
    height: inherit;
    width: inherit;
    transition: all .3s ease-in-out;
    display: block;
    margin-right: 5vw;
    padding-top: 0;
  }
  a.onlinetermin .onlinetermin-txt, header a.onlinetermin .onlinetermin-txt, header.sticky a.onlinetermin .onlinetermin-txt {
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 11px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .6);
  }
  a.onlinetermin .onlinetermin-txt span {
    font-weight: 700;
  }
  #menu-top li.sprechzeiten a {
    background: transparent url("img/clock_white.svg") no-repeat center;
    background-size: 23px;
  }
  #menu-top li.contact-icon a {
    background: transparent url("img/contact_white.svg") no-repeat center;
    background-size: 17px auto;
  }
  #menu-top li.phone a {
    background: transparent url("img/phone_white.svg") no-repeat center;
    background-size: 21px;
  }
  .logo-wrapper {
    padding: 10px 0 10px 5vw;
  }
  .hamburger-wrapper {
    padding-right: 30px;
  }
  .headslider-wrapper .fill {
    height: 40vh;
    margin-left: 0;
  }
  .headslider .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
  .headslider .slick-list::before, .headslider .slick-list::after, .page-template-home .introduction::after {
    content: none;
  }
  .page-template-home .section.content {
    margin-top: 50px;
  }
  .page-template-home .introduction {
    margin: 50px auto;
  }
  .page-template-home .introduction .service-txt {
    transform: rotate(0);
    margin: 0;
    padding: 25px 0;
  }
  .page-template-home .introduction .service-img {
    margin-top: 0;
  }
  .page-template-home .introduction .intro-zitat {
    padding: 25px 0;
  }
  .page-template-home .services .services-right, .page-template-home .services .services-left {
    margin-top: 25px;
  }
  .page-template-home .services .service-link {
    margin: 25px 0;
  }
  .col-12.trenner {
    display: none;
  }
  #wrapper-footer {
    margin-top: 125px;
  }
  #wrapper-footer::after {
    content: '';
    display: block;
    width: 100vw;
    height: 50vh;
    top: inherit;
    right: 0;
    background: url("img/map.svg") no-repeat center;
    background-size: auto;
    background-size: 70vh;
    background-color: #000;
    color: #fff;
    position: relative;
  }
  #nav-mobile {
    display: none;
  }
  #page {
    margin-top: 200px;
  }
  .header_image .claim-number {
    font-size: 100px;
  }
  .header_image .claim {
    left: 5vw;
    bottom: 1vh;
    margin-left: 15px;
    font-size: 25px;
    line-height: 1;
  }
  .header_map .fill, .header_map {
    width: 100vw;
    height: 50vh;
  }
  .contact-wrapper-left {
    margin: 50px auto 75px;
  }
}
@media (max-width: 768px) {
  .sticky .logo {
    background-position: left 6px;
    background-size: 125px 108px;
  }
  .logo-wrapper {
    padding: 5px 0 5px 30px;
  }
  .sticky .logo {
    height: 75px;
  }
  .headlines {
    margin-bottom: 25px;
  }
  .service-icon-wrapper-next .service-icon-next, .service-icon-wrapper-prev .service-icon-prev, .arrow-container {
    display: none;
  }
  #wrapper-footer-paralax {
    margin: 100px 0 50px;
  }
  .page-template-services .content-navigation {
    margin-bottom: 50px;
  }
  .headslider-wrapper .claim {
    left: 15px;
    top: inherit;
    bottom: 0;
  }
  .header_image .claim, .headslider-wrapper .claim {
    left: 29px;
    bottom: 4vh;
    position: absolute;
    margin-left: 0;
    font-size: 30px;
    line-height: 1;
  }
  .page-template-home .services .service-txt h3 {
    font-size: 30px;
  }
  .logo {
    background: transparent url("img/logo_die-hno-praxis-schwarz.svg") no-repeat left top/140px 122px;
  }
  .home .content-field {
    max-width: 100%;
    float: left;
    padding-right: 0;
  }
  .page-template-home .services .services-right, .page-template-home .services .services-left {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
  }
  .contact {
    margin: 50px auto;
  }
  .menu-anfahrt-container ul li a {
    margin: 0 8px 0 0;
  }
  #open-mobil span {
    display: none;
  }
  #wrapper-footer-paralax {
    margin: 0 0 50px;
  }
  .contact {
    margin: 50px auto 0;
  }
  header.show-menu .logo {
    background: transparent url("img/logo_die-hno-praxis-weiss.svg") no-repeat left top/200px 174px;
  }
	#attachment_3619{
	width: 100% !important;
}
}
@media (max-width: 576px) {
  .page-id-16 h2 {
    font-size: 25px;
  }
  .header_image .claim-number {
    font-size: 70px;
    left: 15px;
    margin-left: 0;
    top: 8px;
  }
  #page {
    margin-top: 195px;
  }
  .h2, h2, .main-content h4, #wrapper-footer-paralax .textwidget h2 {
    font-size: 30px;
  }
  .service-wrapper h4 {
    font-size: 25px;
    font-weight: 400;
  }
  .section.service-content {
    margin: 50px auto;
  }
  .header_image .fill {
    min-height: 210px;
  }
  .header_image .fill img {
    width: 100%;
    transform: scale(1.5);
    transform-origin: center 0;
  }
  .topmenu-wrapper.sekundar-menu {
    justify-content: space-between;
    padding: 0 30px;
  }
  .header_image .claim, .headslider-wrapper .claim {
    left: 20px;
    bottom: 20px;
    font-size: 20px;
  }
  #menu-top li {
    position: relative;
    float: right;
    margin: 0 0 0 6px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.wrapper-header {
  overflow: hidden;
}
.pum-theme-3105 .pum-content, .pum-theme-lightbox .pum-content, .pum-theme-3105 .pum-title, .pum-theme-lightbox .pum-title {
  font-weight: 400 !important;
}
/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */
/* Steps */
.step {
  position: relative;
  min-height: 32px /* circle-size */ ;
}
.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:last-child {
  margin-left: 32px;
  padding-left: 16px;
}
.circle {
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  position: relative;
  color: #fff;
  text-align: center;
}
.line {
  position: absolute;
  border-left: 2px solid #000;
  left: 19px;
  bottom: 10px;
  top: 49px;
}
.step:last-child .line {
  display: none;
}
/* Stepper Titles */
.step .title {
  line-height: 1.5em;
  font-weight: bold;
}
.step .caption {
  padding-bottom: 25px;
}
.headslider-wrapper .videosprechstunde {
  position: absolute;
  font-size: 40px;
  line-height: 1.2;
  left: 12vw;
  top: 30vh;
  margin-left: 15px;
}
a.videosprechstunde-link .videosprechstunde-txt {
  font-size: 18px;
  padding-top: 38px;
  color: #fff;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  text-align: center;
  line-height: 1.4;
}
a.videosprechstunde-link {
  height: 180px;
  width: 180px;
  background-color: #000;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  display: block;
}
a.videosprechstunde-link .videosprechstunde-txt span {
  font-weight: 700;
}
.navi-line a.videosprechstunde-link {
  height: 160px;
  width: 160px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  display: block;
  margin-right: 5vw;
  text-decoration: none;
  margin: 0 auto 10vh;
}
.navi-line a.videosprechstunde-link .videosprechstunde-txt {
  padding-top: 28px;
}
@media (min-width: 1800px) {
  .headslider-wrapper a.videosprechstunde-link .videosprechstunde-txt {
    font-size: 23px;
    padding-top: 44px;
  }
  .headslider-wrapper a.videosprechstunde-link {
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 994px) {
  a.videosprechstunde-link .videosprechstunde-txt {
    font-size: 14px;
    padding-top: 18px;
  }
  a.videosprechstunde-link {
    height: 120px;
    width: 120px;
  }
  .headslider-wrapper .videosprechstunde {
    position: absolute;
    font-size: 40px;
    line-height: 1.2;
    left: inherit;
    top: 22vh;
    margin-left: 15px;
    right: 12vw;
  }
}
@media (max-width: 768px) {
  .headslider-wrapper .videosprechstunde {
    position: absolute;
    font-size: 40px;
    line-height: 1.2;
    left: inherit;
    top: 22vh;
    margin-left: 15px;
    right: 29px;
  }
}
@media (max-width: 576px) {
  .headslider-wrapper .videosprechstunde {
    position: absolute;
    font-size: 40px;
    line-height: 1.2;
    left: inherit;
    top: inherit;
    margin-left: 15px;
    right: 29px;
    bottom: -60px;
  }
  .page-template-home .wrapper-header {
    overflow: visible;
  }
  .page-template-onlineservices .header_image .claim, .page-template-onlineservices .headslider-wrapper .claim {
    left: 20px;
    bottom: inherit;
    font-size: 20px;
    top: 28px;
  }
}
.post-mail {
    visibility: hidden;
    height: 0;
}
.alert-warning {
    color: #856404;
    background-color: transparent;
    border-color: transparent;
}
.header-telefon{
  line-height: 1.3;
  margin-right: 3vw;
}
.header-telefon span {
  font-weight: bolder;
}
.header-telefon-wrapper{
  display: flex;
}
@media (max-width: 1500px){
.header-telefon{
  margin-right: 1.5vw;
}
}
@media (max-width: 1200px){
  .header-telefon span{
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 994px) {
  .header-telefon a{
    color: #fff;
  }
  .header-telefon{
  padding-top: 5px;
  padding-bottom: 5px;
  }
  .header-telefon span br {
  display: none;
  }
}
@media (max-width: 576px) {
  .header-telefon{
    font-size: 12px;
    line-height: 1;
  }
  .header-telefon span {
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
  }
  .topmenu-wrapper.sekundar-menu {
    padding: 3px 10px;
  }
  #page {
    margin-top: 230px;
  }
}

.mfp-bg {
    z-index: 99999;
}