@charset "UTF-8";
/*-----------------------
/shop/layout/css/lp_css
-----------------------*/

@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css");
@import url("https://www.dr-ruegenberg.eu/scripts/get.aspx?media=/health/toolbox/mmenu/jquery.mmenu.all-7.0.6.css");
@import url("https://www.dr-ruegenberg.eu/scripts/get.aspx?media=/health/toolbox/animate/animate.css");
@import url("https://www.dr-ruegenberg.eu/scripts/get.aspx?media=/health/toolbox/swiper/swiper-4.1.0.min.css");
@import url("https://www.dr-ruegenberg.eu/scripts/get.aspx?media=/health/toolbox/fancybox/jquery.fancybox-2.1.4.css");
@import url("https://www.dr-ruegenberg.eu/scripts/get.aspx?media=/health/toolbox/swiper-gallery/swiperGallery.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://cdn.iconmonstr.com/1.3.0/css/iconmonstr-iconic-font.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,600,600i,700");

/*
:root {
### Farben ###
--lpcolor: 195,81,47;
--lpcolor-2: 130,168,70;
--lpcolor-3: 222,217,210;
--bodycolor: 8,21,10;

### Größen ###
--font-size-xs: 14px;
--font-size: 16px;
--font-size-h1: 2.188rem;
--font-size-h3: 1.250rem;
--font-size-infobox: 1.250rem;

### Border-Radius ###
--border-radius-xs: 5px;
--border-radius-lg: 30px;

### Padding ###
--padding-xs: 5px 15px;
--padding-lg: 15px;

### Shadow ###
--box-shadow: 0 2px 9px rgba(0,0,0,.1);
}
*/

/* Globale Einstellungen
--------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 14px;
}
body {
  color: rgba(8, 21, 10, 1);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  height: 100%;
  width: 100%;
}
header, nav, section, footer {
  display: block;
}
.mm-slideout {
  z-index: inherit;
}
.mm-wrapper_blocking body {
  overflow: visible;
  overflow: initial;
}
#site-wrapper {
  min-height: 100vh;
}
.container {
  position: relative;
}
::-moz-selection {
  background: rgba(195, 81, 47, 1);
  color: #fff;
}
::selection {
  background: rgba(195, 81, 47, 1);
  color: #fff;
}
::-moz-selection {
  background: rgba(195, 81, 47, 1);
  color: #fff;
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .4);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, .6);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, .4);
}
#cookie-note {
  background: rgba(195, 81, 47, 1)!important;
}
#cookie-note .cookiebutton {
  background: transparent!important;
  border-color: #fff!important;
  color: #fff!important;
  border-radius: 0!important;
  margin: 5px 1px!important;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#cookie-note p, #cookie-note span {
  font-size: 14px;
}
#cookie-note .cookiebutton:hover, #cookie-note .cookiebutton:focus {
  background: rgba(195, 81, 47, 1)!important;
}

/* Allgemeine Formatierung
--------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}
ul, ol {
  list-style: none;
}
ul.auflistung, ol.auflistung {
  padding-bottom: .25em;
}
ul.auflistung:last-child, ol.auflistung:last-child {
  padding-bottom: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
}
figure {
  margin: 0;
}
strong {
  font-weight: 700;
}
dt {
  padding: 8px 15px;
  background-color: rgba(195, 81, 47, 1);
  color: #fff;
  font-weight: 700;
}
dd {
  margin: 0 0 15px;
  padding: 15px;
}
.btn,
.btn:hover,
.btn:focus {
  background: rgba(195, 81, 47, 1);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
h1, .h1,
h2, .h2,
h3, .h3,
fieldset legend,
#slogan,
#leistungsuebersicht h3,
.start .headline-wrapper h2{
  color: rgba(8, 21, 10, 1);
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
h1, .h1 {
  font-weight: 700;
}
#hrs_calendar h1 {
  display: none;
}
.section-content article h2,
h3, .h3,
fieldset legend,
.modal h2 {
  font-size: 16px;
  font-weight: 600;
  padding: 1em 0 .5em;
}
#print_version {
  padding: 25px;
}
#print_version #lp_header img {
  max-width: 350px;
}
.trennlinie {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin: 42px 0;
  margin: 3rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.modal-title {
  margin-right: 30px;
}
.modal .auflistung > li{
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.modal .auflistung h3:first-child {
  padding-top: 0;
  padding-bottom: .25em;
}
.modal h1 {
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
}
.trigger a {
  text-decoration: none;
  pointer-events: none;
}
.section-content .row+* {
  margin-top: 1em;
}

/* Links
--------------------------------------------------------------- */
a {
  color: rgba(195, 81, 47, 1);
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  text-decoration: underline;
}
a:hover, a:focus {
  color: rgba(130, 168, 70, 1);
}
a[href*=tel] {
  color: inherit;
}

/* Globale Klassen
--------------------------------------------------------------- */
main {
  min-height: 100%;
}
.gw_liste {
  margin: .25em 0 .5em;
}
ol.auflistung {
  counter-reset: ol;
}
.auflistung li, .sitemap-site li {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.auflistung li:before,
.sitemap-site li:before {
  content: "\e024";
  font-family: 'iconmonstr-iconic-font';
  position: absolute;
  left: 1px;
  color: rgba(189, 180, 165, 1);
}
.auflistung.stern li::before {
  content: "\e083";
}
ol.auflistung li:before {
  counter-increment: ol;
  content: counter(ol) ". ";
  font-weight: bold;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.content-img {
  clear: both;
  margin: 15px 0;
}
iframe, #map {
  width: 100%;
  height: auto;
  min-height: 350px;
}
#map {
  max-height: 75vh;
}
img[src*="map-marker.svg"] {
  width: 33px !important;
  height: 40px !important;
}

/* Responsive Video-iFrame */
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container.ratio4x3 {
  padding-bottom: 75%; /* ratio 4x3 */
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ENDE Responsive Video-iFrame */

/* VideoQ
-------------------------------------- */
.video-controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11.2px;
  font-size: .8rem;
  line-height: 1.4em;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 14px;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.\--playing .video-controls:not(:hover) {
  opacity: 0;
}
.video-controls > *:not(:first-child) {
  margin-left: 14px;
  margin-left: 1rem;
}
.control__button {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 5.6px;
  font-size: .4rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.control__button:focus {
  outline: none;
}
.control__button.\--playpause {
  font-size: 11.2px;
  font-size: .8rem;
}
.control__button.\--mute {
  background: transparent;
  font-size: 11.2px;
  font-size: .8rem;
  margin-left: 2em !important;
  width: auto;
}
.control__button.\--mute.\--active {
  color: rgba(130, 168, 70, 1);
}
.control__button.\--fullscreen {
  font-size: 8.4px;
  font-size: .6rem;
}
.control__bar {
  cursor: pointer;
  width: 100px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .2);
  overflow: hidden;
}
.control__bar__fill {
  width: 0;
  height: 100%;
  background: #fff;
  pointer-events: none;
}
.control__bar.\--progress {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.control__label {
  color: #fff;
  font-size: 8.4px;
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.control__label.\--duration {
  min-width: 6em;
}


/* Modal
--------------------------------------------------------------- */
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  pointer-events: auto;
}
.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
}
.modal.left .modal-body {
  padding: 0 2.5em 15px 1em;
}
.modal.right .modal-body {
  padding: 4em 2.5em;
}
.modal.slide .modal-header {
  border: none;
  padding-bottom: 0;
}
.modal.right .close {
  position: absolute;
  left: 2.5em;
  font-size: 100%;
  z-index: 5;
  opacity: 1;
  color: #fff;
  background: #000;
  width: 2.5em;
  height: 2.5em;
  text-shadow: none;
  -webkit-transition: background .5s, color .5s;
  -o-transition: background .5s, color .5s;
  transition: background .5s, color .5s;
  line-height: 2.5em;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  line-height: 0;
}
.modal.right .close span {
  font-size: 40px;
}
.modal.right .close:hover, .modal.right .close:focus {
  background: rgba(0, 0, 0, .5);
}
.modal.left.fade .modal-dialog {
  left: -100%;
  -webkit-transition: opacity 0.8s linear, left 0.8s ease-out;
  -o-transition: opacity 0.8s linear, left 0.8s ease-out;
  transition: opacity 0.8s linear, left 0.8s ease-out;
}
.modal.left.fade.in .modal-dialog, .modal.left.fade.show .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.8s linear, right 0.8s ease-out;
  -o-transition: opacity 0.8s linear, right 0.8s ease-out;
  transition: opacity 0.8s linear, right 0.8s ease-out;
}
.modal.right.fade.in .modal-dialog, .modal.right.fade.show .modal-dialog {
  right: 0;
}
.modal.right .modal-body> :first-child {
  padding-top: 0;
}

/* Sitemap
--------------------------------------------------------------- */
.sitemap-site>.vertical_menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemap-site>.vertical_menu>ul>li {
  width: 100%;
  margin-bottom: 2em;
  border: 2px solid #f3f3f3;
  padding: 15px 20px;
}
.sitemap-site>.vertical_menu>ul>li::before {
  content: none;
}
.sitemap-site>.vertical_menu>ul>li>a {
  text-transform: uppercase;
}

/* Grundlayout
--------------------------------------------------------------- */
.logo img {
  width: 234px;
  height: auto;
}
.meta-nav a {
  color: rgba(130, 168, 70, 1);
  font-size: 17.5px;
  font-size: 1.250rem;
}
.btn-otw a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: rgba(195, 81, 47, 1);
  border: 1px solid;
  border-radius: 30px;
  padding: 3px 15px;
  background: linear-gradient(90deg, rgb(195, 81, 47), rgb(195, 81, 47) 50%,rgba(195, 81, 47, 0) 50%) no-repeat left center / 0% auto;
  transition: background .5s, color .5s;
}
.btn-otw a:hover,
.btn-otw a:focus {
  background-size: 200% auto;
}
.btn-otw a i {
  margin-right: 5px;
  font-size: 1em;
  transition: color .5s;
}
.btn-otw a:hover,
.btn-otw a:focus,
.btn-otw a:hover i,
.btn-otw a:focus i{
  color: #fff;
}
header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  text-transform: uppercase;
  padding: 0 5px;
}
header picture + span {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.headline {
  padding-top: 28px;
  padding-top: 2rem;
  padding-bottom: 28px;
  padding-bottom: 2rem;
}
.sprechzeiten td {
  vertical-align: top;
  padding-right: 15px;
}
.sprechzeiten td:first-child {
  font-weight: 600;
}

/* Footer
--------------------------------------------------------------- */
.top-link i {
  font-size: 42px;
  font-size: 3rem;
  color: rgba(130, 168, 70, 1);
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
.top-link:hover i {
  color: rgba(195, 81, 47, 1)
}
footer .container {
  margin-top: -70px;
  margin-top: -5rem;
  background: #fff;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, .1);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, .1);
  border-radius: 5px;
}
footer .sprechzeiten {
  width: 100%;
  display: block;
}
footer .sprechzeiten tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .sprechzeiten tr {
  width: 48%;
  margin-bottom: .5em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
}
footer .sprechzeiten tr:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
footer .sprechzeiten tr:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
footer .sprechzeiten tr:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
footer .sprechzeiten tr:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
footer .sprechzeiten tr:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
footer .sprechzeiten tr td {
  display: block;
}

/* Swiper
----------------------------------------------------------------*/
.swiper-pagination-bullet-active {
  background: rgba(195, 81, 47, 1);
}

/* Navigation
--------------------------------------------------------------- */
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
#l200_content .swiper-pagination {
  position: relative;
}
.navi {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  top: 0;
  z-index: 5;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  -o-transition: box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}
.navi.is-sticky {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

/* Navigation Mobil
--------------------------------------------------------------- */
#navi-trigger {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 26px;
  height: 16px;
  z-index: 4;
  background: none;
}
#navi-trigger:before,
#navi-trigger:after,
#navi-trigger span {
  background: rgba(130, 168, 70, 1);
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
#navi-trigger:before {
  top: 0;
}
#navi-trigger span {
  top: 50%;
}
#navi-trigger:after {
  top: 100%;
}
.mm-subopen {
  background: rgba(255, 255, 255, .15)!important;
}
.mm-subopen:hover {
  background: rgba(255, 255, 255, .5)!important;
}
.mm-subopen:before, .mm-subopen:after {
  min-width: 15px!important;
  min-height: 15px!important;
}
.mm-subopen:after {
  border-color: #fff!important;
}
.mm-menu ul li ul li ul li a {
  width: 100%!important;
}
.mm-subclose {
  background: #B8D06B!important;
  color: #fff!important;
  font-weight: 600!important;
}

/* navi-trigger animation 
--------------------------------------------------------------- */
#navi-trigger:before, #navi-trigger:after, #navi-trigger span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
html.mm-opening #navi-trigger:before, html.mm-opening #navi-trigger:after, html.mm-opening #navi-trigger span {
  height: 2px;
}
html.mm-opening #navi-trigger:before, html.mm-opening #navi-trigger:after {
  top: 10px;
}
html.mm-opening #navi-trigger span {
  right: -50px;
  opacity: 0;
}
html.mm-opening #navi-trigger:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.mm-opening #navi-trigger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mm-menu li a:not(.mm-next):hover, .mm-menu li a#mobile-aktiv, .mm-menu li a.open, .mm-menu li.open a:not(.mm-next), .mm-menu li.active a:not(.mm-next) {
  color: #fff!important;
  background-color: rgba(195, 81, 47, 1);
}
.mm-menu li a.mm-next {
  background-color: rgba(0, 0, 0, .05);
}
.mm-menu li a.mm-next:hover {
  background-color: rgba(0, 0, 0, .1);
}

/* Themenbox
--------------------------------------------------------------- */
#themenboxen a {
  text-decoration: none;
  color: inherit;
  background: rgba(189, 180, 165, .1);
  -webkit-transition: color .5s, background .5s;
  -o-transition: color .5s, background .5s;
  transition: color .5s, background .5s;
}
#themenboxen a * {
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
#themenboxen a:first-child {
  background: rgba(189, 180, 165, 1);
}
#themenboxen a:first-child * {
  color: #fff;
}
#themenboxen a:last-child {
  background: rgba(189, 180, 165, .5);
}
#themenboxen a:hover,
#themenboxen a:focus {
  background: rgba(195, 81, 47, 1);
}
#themenboxen a:hover *,
#themenboxen a:focus * {
  color: #fff;
}

/* Startseite
--------------------------------------------------------------- */
.start header .container {
  left: 0;
  right: 0;
  bottom: 5vw;
}
.start header h1,
.start header h2 {
  color: #fff;
}
.start .headline-wrapper h2 {
  text-transform: none;
  padding-top: .25em;
}
#slogan {
  color: rgba(189, 180, 165, 1);
  text-transform: none;
}
#leistungen,
#s3d {
  overflow: hidden;
}
#leistungen .container,
#s3d .container .row {
  margin-bottom: 84px;
  margin-bottom: 6rem;
}
#leistungen .container::before,
#s3d .container .row::before {
  content: "";
  width: 110vw;
  position: absolute;
  bottom: -42px;
  bottom: -3rem;
  left: 50%;
  background: rgba(222, 217, 210, 1);
  z-index: -1;
  top: 84px;
  top: 6rem;
  -webkit-transform: translateX(-55vw);
  -ms-transform: translateX(-55vw);
  transform: translateX(-55vw);
}
#leistungen .content-leistungen,
#s3d .content-s3d {
  background: #fff;
  padding: 28px;
  padding: 2rem;
  margin-top: -28px;
  margin-top: -2rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  z-index: 1;
}
#leistungen .content-leistungen h3,
#s3d .content-s3d h3 {
  text-transform: none;
  color: rgba(189, 180, 165, 1);
  font-weight: 700;
  padding-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
#leistungen .content-leistungen a,
#s3d .content-s3d a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(189, 180, 165, 1);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 600;
  margin-top: 21px;
  margin-top: 1.5rem;
}
#leistungsuebersicht h3 {
  margin-bottom: 1em;
  text-transform: none;
  font-weight: 300;
}
#leistungsuebersicht li {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
#leistungsuebersicht a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 15px;
  border: 1px solid rgba(189, 180, 165, 1);
  border-radius: 30px;
  color: rgba(189, 180, 165, 1);
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}
#leistungsuebersicht a:hover,
#leistungsuebersicht a:focus {
  color: #fff;
}
#leistungsuebersicht a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  -webkit-transform: translatex(-101%);
  -ms-transform: translatex(-101%);
  transform: translatex(-101%);
  background: rgba(189, 180, 165, 1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  border-radius: 30px;
  z-index: -1;
}
#leistungsuebersicht a:hover::before,
#leistungsuebersicht a:focus::before {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}
#s3d .swiper-btn-prev,
#s3d .swiper-btn-next {
  position: absolute;
  top: 30%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: color .5s, opacity .5s;
  -o-transition: color .5s, opacity .5s;
  transition: color .5s, opacity .5s;
}
#s3d .swiper-btn-prev {
  left: 0;
}
#s3d .swiper-btn-next {
  right: 0;
}
#s3d .swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}
#s3d .swiper-btn-prev i,
#s3d .swiper-btn-next i {
  color: rgba(130, 168, 70, 1);
  font-size: 35px;
  font-size: 2.5rem;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
#s3d .swiper-btn-prev:hover i,
#s3d .swiper-btn-prev:focus i,
#s3d .swiper-btn-next:hover i,
#s3d .swiper-btn-next:focus i {
  color: rgba(195, 81, 47, 1);
}
#s3d .swiper-slide {
  position: relative;
  padding-bottom: 42%;
  overflow: hidden;
  height: auto;
  width: calc(33.3% - 30px);
}
#s3d .swiper-slide img {
  position: absolute;
  height: 100%;
  max-width: none;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  transform: translateX(-55%);
}
  .prodentis-siegel {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
  }
  .prodentis-logo {
        position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    margin-bottom: 50px;
  }
/* Unterseite
--------------------------------------------------------------- */


/* Team / Ärzte
--------------------------------------------------------------- */
.team-item,
.arzt {
  margin-bottom: 42px;
  margin-bottom: 3rem;
}
.arzt h3,
.team-item h3 {
  font-weight: 300;
  padding-bottom: 1.5em;
}
.arzt--img img,
.team-item img {
  top: 120px;
}

/* News
--------------------------------------------------------------- */
.news-nav {
  text-align: center;
  margin: 0 0 45px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.news-nav ul.nav-tabs {
  display: inline-block;
  border: none;
}
.news-nav ul.nav-tabs li {
  display: block;
  padding: 2px;
  background: none;
  border: none;
}
.news-nav ul.nav-tabs li button {
  display: block;
  background: none;
  border: none;
  position: relative;
  color: transparent!important;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px;
  cursor: pointer;
}
.news-nav ul.nav-tabs li button:after,
.news-nav ul.nav-tabs li button:before{
  padding: 8px 15px;
  content: attr(data-text);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-nav ul.nav-tabs li button:before {
  top: 0%;
  background: rgb(222, 217, 210);
  color: rgba(8, 21, 10, 1);
}
.news-nav ul.nav-tabs li button:after {
  bottom: -100%;
  background: rgb(130, 168, 70);
}
.news-nav ul.nav-tabs li button:hover:before,
.news-nav ul.nav-tabs li button.is-checked:before {
  top: -100%;
}
.news-nav ul.nav-tabs li button:hover:after,
.news-nav ul.nav-tabs li button.is-checked:after {
  bottom: 0;
}
.grid-sizer {
  pointer-events: none;
}
.news-container {
  padding-top: 14px;
  padding-top: 1rem;
  padding-bottom: 42px;
  padding-bottom: 3rem;
}
.news-container::before {
  background: rgba(222, 217, 210, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  z-index: -1;
}
.news-item {
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
  width: 88%;
  margin: 42px 6%;
  margin: 3rem 6%;
  z-index: 1;
}
.news-content {
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -42px;
  margin-top: -3rem;
  padding: 15px;
}
.news-content::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  display: block;
  bottom: -15px;
  left: -15px;
  right: -15px;
  top: -15px;;
  z-index: -1;
}
.news-heading {
  padding-top: 0;
}
.news-datum {
  color: rgb(130, 168, 70);
}
.news-img {
  display: block!important;
  position: relative;
  z-index: -1;
}
.news-link {
  border-radius: 30px;
  background: rgb(130, 168, 70);
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
  margin-top: 1em;
  display: table;
  -webkit-transition: background .5s, color .5s;
  -o-transition: background .5s, color .5s;
  transition: background .5s, color .5s;
  margin-left: auto;
}
.news-link:hover,
.news-link:focus {
  background: rgb(222, 217, 210);
  color: rgb(8, 21, 10);
  text-decoration: none;
}

/* Smile 3D
--------------------------------------------------------------- */
.smile3d-mediathek .grid-sizer {
  pointer-events: none;
  visibility: hidden;
}
video {
  width: 100%;
}
/* Smile 3D
--------------------------------------------------------------- */
.smile-3d {
  position: relative;
  width: 100%;
  display: block;
  margin: 15px 0;
  cursor: pointer;
  overflow: hidden;
}
.smile-3d::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(200, 200, 200, .9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMi4wMDRjNS4wNDYuNTA0IDkgNC43ODMgOSA5Ljk3IDAgMS40NjctLjMyNCAyLjg1Ni0uODkyIDQuMTEzbDEuNzM4IDEuMDA1Yy43MzItMS41NTMgMS4xNTQtMy4yODQgMS4xNTQtNS4xMTcgMC02LjMwNC00Ljg0Mi0xMS40NjQtMTEtMTEuOTc1djIuMDA0em0tMTAuMTA5IDE0LjA4M2MtLjU2OC0xLjI1Ny0uODkxLTIuNjQ2LS44OTEtNC4xMTIgMC01LjE4OCAzLjk1NC05LjQ2NiA5LTkuOTd2LTIuMDA1Yy02LjE1OC41MTEtMTEgNS42NzEtMTEgMTEuOTc1IDAgMS44MzMuNDIxIDMuNTYzIDEuMTUzIDUuMTE4bDEuNzM4LTEuMDA2em0xNy4yMTMgMS43MzRjLTEuODE3IDIuNTIzLTQuNzY5IDQuMTc0LTguMTA0IDQuMTc0cy02LjI4OC0xLjY1MS04LjEwNS00LjE3NWwtMS43NDYgMS4wMWMyLjE2NyAzLjEyMyA1Ljc2OCA1LjE3IDkuODUxIDUuMTcgNC4wODIgMCA3LjY4My0yLjA0NyA5Ljg1MS01LjE2OGwtMS43NDctMS4wMTF6bS04LjEwNC0xMy44NjNjLTQuNDE5IDAtOCAzLjU4OS04IDguMDE3czMuNTgxIDguMDE3IDggOC4wMTcgOC0zLjU4OSA4LTguMDE3LTMuNTgxLTguMDE3LTgtOC4wMTd6bS0yIDExLjAyM3YtNi4wMTNsNiAzLjE1Mi02IDIuODYxeiIvPjwvc3ZnPg==) no-repeat center / 25% auto;
  left: 50%;
  bottom: -50%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(1);
  filter: invert(1);
  mix-blend-mode: overlay;
}
.smile-3d:hover::before,
.smile-3d:focus::before{
  bottom: 50%;
  opacity: 1;
}
.smile-3d figure {
  margin-top: 31.5px;
  margin-top: 2.25rem;
  margin-bottom: 0;
  line-height: 0;
}
.smile-3d figcaption {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  overflow: hidden;
  background: rgba(130, 168, 70, .8);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 1;
  font-size: 14px;
}
.smile-3d figcaption i {
  position: absolute;
  color: rgba(255, 255, 255, .2);
  font-size: 130px;
  bottom: 50%;
  right: -10px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.smile-3d-wrapper .modal-header h3 {
  padding: 0 15px 0 0;
}
.smile-3d-wrapper .modal-header a {
  margin-left: auto;
  white-space: nowrap;
}

/* Toggler
--------------------------------------------------------------- */
.toggle-wrapper {
  position: relative;
}
.toggle-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.toggle-wrapper .btn-toggler {
  background-color: rgba(195, 81, 47, 1);
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 13px 0 0;
  padding: 15px 15px 15px 35px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-wrapper .btn-toggler[aria-expanded="true"] {
  background-color: rgba(130, 130, 130, .6);
}
.toggle-wrapper .btn-toggler:after, .toggle-wrapper .btn-toggler:before {
  background-color: #fff;
  content: '';
  position: absolute;
  left: 15px;
  bottom: calc(50% - 1px);
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-wrapper .btn-toggler:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toggle-wrapper .btn-toggler[aria-expanded="true"]:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
}
.toggle-wrapper .btn-toggler h3 {
  padding: 0;
  color: #fff;
  font-size: inherit;
}
.panel-body, .toggle-content {
  padding: 30px 15px 15px 30px;
  position: relative;
}
.panel-body *, .toggle-content * {
  color: inherit;
}

/* Floatbox
--------------------------------------------------------------- */
.floatbox {
  background: rgba(222, 217, 210, 1);
  display: block;
  padding-top: 42px;
  padding-top: 3rem;
  padding-bottom: 42px;
  padding-bottom: 3rem;
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 42px;
  margin-bottom: 3rem;
  position: relative;
}
.floatbox-content {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  padding: 15px;
  max-width: 90%;
  margin: 0 auto;
}
.floatbox .sprechzeiten {
  display: block;
}
.floatbox .sprechzeiten::before {
  content: "\f017";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-size: 10rem;
  color: rgba(222, 217, 210, .3);
}
.floatbox-content .sprechzeiten tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.floatbox-content .sprechzeiten tr {
  width: 48%;
  margin-bottom: .5em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
}
.floatbox-content .sprechzeiten tr:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.floatbox-content .sprechzeiten tr:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.floatbox-content .sprechzeiten tr:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.floatbox-content .sprechzeiten tr:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.floatbox-content .sprechzeiten tr:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.floatbox-content .sprechzeiten tr td {
  display: block;
}

/* Infobox
--------------------------------------------------------------- */
.infobox-wrapper {
  background-color: rgba(222, 217, 210, 1);
  padding-top: 49px;
  padding-top: 3.5rem;
  padding-bottom: 49px;
  padding-bottom: 3.5rem;
  margin-top: 56px;
  margin-top: 4rem;
}
.infobox-content {
  background: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
  padding: 42px;
  padding: 3rem;
  text-align: center;
  font-style: italic;
  border-radius: 5px;
}
.infobox-content .infobox {
  font-size: 17.5px;
  font-size: 1.250rem;
  font-weight: 600;
}
.infobox-content > p {
  margin-top: 21px;
  margin-top: 1.5rem;
}
.infobox a {
  color: inherit;
}
.infobox a:hover,
.infobox a:focus {
  color: rgba(130, 168, 70, 1);
}

/* Galerie
--------------------------------------------------------------- */
.gallery div:not(.row) {
  position: relative;
  padding: 15px;
}
.gallery div:not(.row):before {
  background: rgba(0, 0, 0, .1);
  pointer-events: none;
  content: "";
  margin: 25%;
  opacity: 0;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.gallery div:not(.row):hover:before {
  background: rgba(0, 0, 0, .5);
  margin: 0%;
  margin: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery div:not(.row):after {
  content: "+";
  position: absolute;
  display: block;
  pointer-events: none;
  left: 0;
  right: 0;
  font-size: 50px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.gallery div:not(.row):hover:after {
  font-size: 100px;
  opacity: 1;
}

/* Gesundheitswelt
--------------------------------------------------------------- */
.section-content .aktionsleiste {
  display: none;
}
#l200_navigation,
.gw-start-search{
  display: none;
}
#l200_content::after {
  content: "";
  clear: both;
  display: block;
}

/* Gesundheitswelt / Quickfinder
--------------------------------------------------------------- */
.gw-start-quickfinder {
  padding: 0;
}
.gw-start-quickfinder fieldset {
  width: 100%!important;
  border: none;
  padding: 0;
}
.gw-start-quickfinder legend {
  border: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.gw-start-quickfinder select {
  width: 100%!important;
  border: 1px solid #ccc;
  margin-top: 12px;
}

/* Gesundheitswelt / Starseite Themenboxen
--------------------------------------------------------------- */
.gw-start-liste, .gwkfo-startseite {
  margin: 20px -15px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.gw-start-liste li, .gwkfo-startseite li {
  padding: 15px;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gw-start-liste li a, .gwkfo-startseite li a {
  color: #39464A;
  display: block;
  font-weight: normal;
  overflow: hidden;
  padding: 15px;
  position: relative;
  border: 1px solid #ccc;
}
.gwkfo-startseite li a {
  min-height: 200px;
}
.gw-start-liste li a:before, .gwkfo-startseite li a:before {
  background: rgba(0, 0, 0, .5);
  content: "";
  margin: 25%;
  opacity: 0;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gw-start-liste li:hover a:before, .gwkfo-startseite li:hover a:before {
  margin: 0%;
  opacity: 1;
}
.gw-start-liste li a:after, .gwkfo-startseite li a:after {
  content: "+";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  font-size: 50px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gw-start-liste li:hover a:after, .gwkfo-startseite li:hover a:after {
  font-size: 100px;
  opacity: 1;
}
.gw-start-liste li a, .gwkfo-startseite li a {
  text-decoration: none;
}
.gw-start-liste li img, .gwkfo-startseite li img {
  border: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.gw-start-liste h2, .gwkfo-startseite h2 {
  margin: 15px 0;
  padding: 0;
  font-size: 125%;
}
.gw-start-liste p, .gwkfo-startseite p {
  padding: 0;
  background: none;
}
.gwkfo-startseite li span {
  display: block;
  background-color: rgba(195, 81, 47, 1);
  color: #fff;
  padding: 15px;
  font-size: 14px;
}
#DivLnkPrintComplete, #DivLnkGeneratePDFComplete {
  margin: 0 0 5px 15px;
}
#DivLnkPrintComplete a, #DivLnkGeneratePDFComplete a {
  background: rgba(195, 81, 47, 1);
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: table;
  font-size: 14px;
}

/* Gesundheitswelt / Content Styles
--------------------------------------------------------------- */
.gw-top-thema div {
  text-align: center;
}
.gw-top-thema div:after {
  content: "";
  display: block;
  clear: both;
  height: 0.1px;
}
.gw-top-thema img {
  margin: 0 auto;
}
.gwkfo-content-info {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.gwkfo-content-info ul {
  margin: 0 0 0 5px;
  padding: 0;
}

/*  Gesundheitswelt / L200 
--------------------------------------------------------------- */
article #l201_further_infos, .gwkfo-content-info {
  margin: 15px 0;
  padding-bottom: 10px;
}
article #l201_further_infos, .gwkfo-content-info, .gw-list-left ul, .gw-list-right ul {
  background: #e6e6e6;
}
#l201_further_infos span, .gwkfo-content-info span, .gw-list-left h3, .gw-list-right h3, .gwkfo-content-info h3 {
  display: block;
  background: rgba(195, 81, 47, 1);
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 100%;
}
#l201_further_infos ul, .gwkfo-content-info ul, .gw-list-left ul, .gw-list-right ul {
  padding: 15px;
  list-style-type: none;
}
[class*="gw-list"] ul.auflistung:last-child {
  padding-bottom: 15px;
}
#l201_further_infos li, .gwkfo-content-info li, .gw-list-left ul li, .gw-list-right ul li {
  margin-bottom: 4px;
  padding-left: 0;
}
.gw-list-left ul li::before, .gw-list-right ul li::before {
  content: none;
}
#l201_further_infos li a, .gwkfo-content-info li a, .gw-list-left ul li a, .gw-list-right ul li a {
  display: table;
}
#l201_further_infos a#aktiv, .gwkfo-content-info a#aktiv {
  font-weight: bold;
}

/* Kontaktformular
--------------------------------------------------------------- */
.type-select {
  margin-bottom: 15px;
}
select {
  width: 100%;
  background: rgba(130, 168, 70, 1);
  color: #fff;
  padding: 10px;
}
option {
  color: #fff !important;
}
label {
  margin: 0;
  color: rgba(130, 168, 70, 1);
}
legend:empty {
  display: none;
}
#kontaktformular1 p strong {
  color: rgba(130, 168, 70, 1);
  font-size: 1.25em;
  font-weight: 400;
}
input {
  border-bottom: 1px solid rgba(130, 168, 70, 1);
  width: 100%;
  color: rgba(8, 21, 10, 1)!important;
  background: transparent;
  padding: 5px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus {
  background: rgba(130, 168, 70, 1);
  color: #fff!important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.type-text {
  margin-bottom: 1em;
  width: 100%;
}
fieldset + fieldset > .type-select {
  float: none;
}
#kontaktformular1 fieldset + fieldset + fieldset .type-text {
  width: 100%!important;
}
.type-check {
  color: rgba(130, 168, 70, 1);
  font-size: 14px;
  display: block;
  clear: both;
}
.type-check:after {
  clear: both;
  content: "";
  display: block;
}
input[type="checkbox"] {
  width: auto;
}
#textarea1 {
  background: rgba(130, 168, 70, 1);
  min-height: 200px;
  width: 100% !important;
  padding: 15px;
  color: #fff;
}
label[for="textarea1"] {
  margin-top: 1em;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.type-button {
  width: auto;
  margin-top: 1em;
  position: relative;
  clear: both;
  display: block;
}
.type-button input {
  border: none;
  width: 100px;
  position: relative;
}
.type-button:before {
  content: "Senden ✓";
  position: absolute;
  padding: 5px 20px;
  color: #fff;
  background: rgba(130, 168, 70, 1);
  z-index: 1;
  pointer-events: none;
}
.type-check label {
  font-size: 14px;
  padding-left: 3px;
  max-width: 90%;
}
.type-check+.type-check+.type-check {
  margin-top: 1em;
}
.imagecaptchaQ {
  margin-top: 1.5em;
}

/* Media Querys
--------------------------------------------------------------- */

/* Small devices (Phablets portrait, 576px and up) */
@media only screen and (min-width: 576px) {
  #leistungsuebersicht ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  #s3d .swiper-btn-prev {
    left: -15px;
  }
  #s3d .swiper-btn-next {
    right: -15px;
  }
  .liste li {
    width: 46%;
    margin-bottom: 1.5em;
  }
  .floatbox-content {
    padding: 3rem;
  }

  /* Gesundheitswelt
  --------------------------------------------------------------- */
  .gw-top-thema img {
    margin: 0 0 0 15px;
    display: block;
    float: right;
  }
  .gw-top-thema div {
    text-align: left;
  }
  .gw-img-left, .content-img-left {
    float: left;
    margin: 0 15px 15px 0;
  }
  .gw-img-right, .content-img-right {
    float: right;
    margin: 0 0 15px 15px;
  }
  .gw-list-left, .gw-list-right {
    width: 50%;
    padding: 0;
  }
  .gw-list-left {
    padding-right: 15px;
    float: left;
  }
  .gw-list-right {
    padding-right: 15px;
    float: right;
  }
  article #l201_further_infos ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* Small devices (tablets portrait, 768px and up) */
@media only screen and (min-width: 768px) {
  .twocolumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .sitemap-site>.vertical_menu>ul>li {
    width: 45%;
    margin-right: 20px;
    float: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sitemap-site>.vertical_menu>ul>li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .arzt--content,
  .team--content {
    padding-bottom: 3rem;
  }

  /* Startseite
  --------------------------------------------------------------- */
  #leistungen .content-leistungen p,
  #s3d .content-s3d p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    margin-bottom: 0;
  }
  #s3d .content-s3d p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
  #leistungen .content-leistungen a,
  #s3d .content-s3d a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 0;
  }
  #leistungen .container {
    margin-bottom: 9rem;
  }
  #leistungen .container::before {
    top: 12rem;
  }
  #leistungen .container::before {
    bottom: -6rem;
  }
  #s3d .container .row::before {
    top: 8rem;
  }
  #s3d .swiper-btn-prev {
    left: -20px;
  }
  #s3d .swiper-btn-next {
    right: -20px;
  }
  .prodentis-siegel {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
  }
  .prodentis-logo {
        position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
  }
  /* Breadcrumb + Aktionsleiste
  --------------------------------------------------------------- */
  .breadcrumb {
    border-radius: none!important;
    background: transparent;
    margin: 20px auto;
    font-size: 14px;
  }
  .breadcrumb ul {
    padding: 7px 0;
  }
  .breadcrumb li a, .breadcrumb li a:visited {
    display: block;
    float: left;
    text-decoration: underline;
    position: relative;
    padding: 0;
  }
  .breadcrumb li {
    display: block;
    float: left;
    position: relative;
    padding: 0;
  }
  .breadcrumb li:before {
    position: relative;
    content: "|";
    margin: 0 5px;
  }
  .breadcrumb ul li:last-child:before {
    content: none;
  }
  .breadcrumb .first_level a {
    text-indent: -9999px;
    display: block;
    position: relative;
    width: 10px;
    padding-right: 20px;
    margin-left: 0;
  }
  .breadcrumb .first_level a:before {
    text-indent: 0;
    content: "\f015";
    font-family: 'Font Awesome 5 Free Solid';
    font-size: 16px;
    position: absolute;
    top: -1px;
    left: 0;
  }

  /* Aktionsleiste
  --------------------------------------------------------------- */
  .aktionsleiste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .aktionsleiste a {
    margin: 0 0 0 10px;
    text-decoration: none;
    color: rgba(8, 21, 10, .5);
    line-height: 1rem;
    display: block;
  }
  .aktionsleiste #aktionsleiste_zurueck {
    font-size: 1.4rem;
  }

  /* Gesundheitswelt
  --------------------------------------------------------------- */
  .gw-list-left, .gw-list-right, .gwkfo-content-info {
    width: 50%;
    padding: 0 15px;
  }
  .gw-list-left, .gwkfo-content-info {
    padding-left: 0;
  }
  .gw-list-right {
    padding-right: 0;
  }
  .gw-top-thema img {
    margin: 0 0 0 15px;
    display: block;
    float: right;
  }
  .gw-top-thema div {
    text-align: left;
  }
  .section-content h2.h2-col {
    padding-top: 0;
  }
  article #l201_further_infos ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .gw-list-left, .gw-list-right {
    width: 50%;
  }
  .gw-list-left {
    padding-right: 15px;
    float: left;
  }
  .gw-list-right {
    padding-right: 15px;
    float: right;
  }
  ul.gw-start-liste li {
    float: left;
    width: 50%;
  }
  ul.gw-start-liste li a {
    min-height: 280px;
    font-size: 14px;
  }
}

/* Small devices (tablets landscape, 992px and up) */
@media only screen and (min-width: 992px) {
  .headline {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .info-links {
    font-size: 14px;
  }
  #leistungen .content-leistungen,
  #s3d .content-s3d {
    padding: 6rem;
  }
  #leistungsuebersicht ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  #s3d .container .row::before {
    top: 12.5rem;
    bottom: -6rem;
  }
  .start .infobox-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .prodentis-logo {
    margin-bottom: 0px;
  }
  /* Navigation
  --------------------------------------------------------------- */
  .mainnav .vertical_menu {
    text-align: right;
  }
  .mainnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
  }
  .mainnav ul li a {
    color: rgba(8, 21, 10, 1);
    text-decoration: none;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-left: 8px;
    margin-right: 8px;
  }
  .mainnav ul li #aktiv,
  .mainnav ul li .open {
    font-weight: 600;
    color: rgba(195, 81, 47, 1);
  }
  .mainnav ul li a::after {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
  }
  .mainnav ul li a:hover,
  .mainnav ul li a:active,
  .mainnav ul li #aktiv,
  .mainnav ul li a:focus,
  .mainnav ul li .open {
    text-decoration: none;
    color: rgba(195, 81, 47, 1);
  }

  /* Subnavigation
  --------------------------------------------------------------- */
  .subnavi {
    position: relative;
    padding: 30px 0 0 0;
  }
  .subnavi nav {
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
    border-left: 1px solid currentcolor;
  }
  .subnavi ul {
    padding: 0 0 0 1.5rem;
    list-style: none;
   
  }
  .subnavi > nav > .vertical_menu >  ul:before{
    content:"Navigation";
    position: absolute;
    top: -30px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .subnavi li {
    padding-bottom: 5px;
  }
  .subnavi li:last-child {
    padding-bottom: 0;
  }
  .subnavi ul a {
    color: rgba(8, 21, 10, 1);
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
  }
  .subnavi .vertical_menu > ul > li > a::before {
    content: "";
    width: 3px;
    height: 0;
    background: rgba(130, 168, 70, 1);
    display: block;
    position: absolute;
    left: -1.5rem;
    -webkit-transition: height .75s;
    -o-transition: height .75s;
    transition: height .75s;
    top: 5px;
  }
  .subnavi .vertical_menu > ul > li > a:hover::before,
  .subnavi .vertical_menu > ul > li > a:focus::before,
  .subnavi .vertical_menu > ul > li > #aktiv::before,
  .subnavi .vertical_menu > ul > li > .open::before{
    height: 15px;
  }
  .subnavi ul a:hover,
  .subnavi ul a:focus,
  .subnavi ul #aktiv,
  .subnavi ul .open {
    color: rgba(195, 81, 47, 1);
  }
  .subnavi ul ul {
    padding: 15px 0;
    border: none;
  }
  .subnavi ul ul a {
    font-size: 85%;
    padding-right: 5px;
    -webkit-transition: color .5s, padding .5s;
    -o-transition: color .5s, padding .5s;
    transition: color .5s, padding .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subnavi ul ul a:hover, .subnavi ul ul a:focus, .subnavi ul ul #aktiv, .subnavi ul ul .open {
    padding-right: 0;
  }
  .subnavi ul ul a::before {
    content: "";
    width: 5px;
    height: 10px;
    display: block;
    border: 1px solid;
    border-right: none;
    border-top: none;
    margin-right: 5px;
    margin-top: 3px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
  }
  .subnavi ul ul a:hover::before, .subnavi ul ul a:focus::before, .subnavi ul ul #aktiv::before, .subnavi ul ul .open::before {
    width: 10px;
  }
  .subnavi ul ul ul {
    padding: 0 0 5px 15px;
  }

  /* Gesundheitswelt
  --------------------------------------------------------------- */
  article #l201_further_infos ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .gw-img-left, .content-img-left {
    width: 25%;
    float: left;
    margin: 0 2em 1.5em 0;
  }
  .gw-img-right, .content-img-right {
    width: 25%;
    float: right;
    margin: 0 0 1.5em 2em;
  }
}

/* Big devices (desktop, 1200px and up) */
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  h1, .h1,
  h2, .h2,
  #slogan,
  #leistungsuebersicht h3,
  .start .headline-wrapper h2 {
    font-size: 2.188rem;
  }
  .section-content article h2,
  h3, .h3,
  fieldset legend,
  .modal h2 {
    font-size: 1.250rem;
  }
  .start header h1,
  .start header h2{
    font-size: 3.875rem;
  }
  #leistungsuebersicht a {
    padding: 15px;
  }
  #leistungen .content-leistungen,
  #s3d .content-s3d {
    margin-top: -6rem;
  }
  #s3d .swiper-btn-prev {
    left: -30px;
  }
  #s3d .swiper-btn-next {
    right: -30px;
  }

  /* Formular
  --------------------------------------------------------------- */
  .type-select, .type-text {
    width: 49%;
    float: left;
    min-height: 100px;
    margin-right: 1%;
  }
  .type-button #BtnSend {
    width: 50%;
  }
}

/* Big devices (desktop, 1600px and up) */
@media only screen and (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #s3d .swiper-btn-prev {
    left: -80px;
  }
  #s3d .swiper-btn-next {
    right: -80px;
  }
  .section-content + .infobox-wrapper {
    margin-top: 7rem;
  }
}

/* Small devices (Smartphones, 575px and down) */
@media only screen and (max-width: 575px) {
  .section-content [class*="col-"]+[class*="col-"]:not(aside) {
    margin-top: 1.5em;
  }
  .gw-top-thema p, .gw-top-thema h2 {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  .gw-img-left, .content-img-left, .gw-img-right, .content-img-right, .gw-img-center {
    text-align: center;
    margin: 0 auto 1.5em;
    display: block;
  }
  .info-links a {
    margin-bottom: 1em;
    display: table;
  }
}

/* IE-Hacks only! */
/* Small devices (Smartphones to 767px) */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-content {
    display: block;
  }
  header figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 98%;
    flex: 0 1 98%;
  }
}

/* Small devices (tablets portrait, 768px and up) */
@media screen and (-ms-high-contrast: active) and (min-width:768px), (-ms-high-contrast: none) and (min-width:768px) {}

/* Small devices (tablets landscape, 992px and up) */
@media screen and (-ms-high-contrast: active) and (min-width:992px), (-ms-high-contrast: none) and (min-width:992px) {}

/* Small devices (desktop, 1200px and up) */
@media screen and (-ms-high-contrast: active) and (min-width:1200px), (-ms-high-contrast: none) and (min-width:1200px) {}

/* IE Edge 12+ */
@supports (-ms-accelerator:true) {}





