/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}


@charset "utf-8";

body { 
margin: 0px; 
padding: 0px; 
font-family: 'Quicksand';
font-size: 1.2rem;
}

#offcanvas-toggler > i {
color: #6f9c51;
}

h1 { font-size: 1.6em!important; color: #6F9C51; margin-bottom: 10px; text-align: center;}
h2 { font-size: 1.4em!important; color: #6F9C51; margin-bottom: 10px; text-align: center;}
.page-header h2 {margin-bottom: 10px; text-align: center;}

.entry-header h3 { font-size: 1.2em!important; color: #6F9C51; font-weight: bold;}

ul {list-style-type:none;}
a {text-decoration: none; color: #6F9C51;}
 
a:hover {color: #38563F;}


.clear {clear: both;}
img {max-width: 100%; margin: 0 auto;}

hr {
	border-bottom: 1px solid #58585a;
	border-top: 0;
}

hr.headline-line {
	border-bottom: 1px solid #58585a;
	width: 19%;
	margin-left: auto;
	margin-right: auto;
}

hr.headline-line-long {
	border-bottom: 1px solid #58585a;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

ul.circle {
	list-style-type: circle;
	margin-left: 14px;
	vertical-align: top;
}
ul.circle li {
	margin-bottom: 10px;
	vertical-align: top;
}

ul.checklist {
    list-style: none;
    padding-left: 0;
}

ul.checklist li {
  position: relative;
  padding-left: 30px;
  line-height: 40px;
}

ul.checklist li::before {
    content: "✓";
    color: #6F9C51;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.sp-module ul > li > a:before {
content: none;
margin-right: 0px;
}

b.green, span.green {color: #6F9C51; font-weight: bold;}
span.uppercase {
  text-transform: none; 
  font-weight: bold; 
  font-size: 1.1em;
  display: block; 
  margin-top: 10px;
}

.color-stripe {
	width: 100%;
	display: block;	
}
#left-green {
	background-color: #DADF71;
	height: 20px;
	width: 33.33%;
	float: left;
}

#middle-green {
	background-color: #6F9C51;
	height: 20px;	
	width: 33.33%;
	float: left;
}

#right-green {
	background-color: #38563F;
	height: 20px;	
	width: 33.33%;
	float: left;
} 

.jb-cookie-decline {text-align:center;}

.point {
border-bottom: 1px dotted #58585a;
}

.point:hover {
cursor: help;
}

.entry-header.has-post-format {
display: block;
text-align: center;
margin: auto;
}

.post-format {
background: #1061cc;
display: none;
visibility: hidden;
}

.sp-megamenu-parent {
  margin: 20px 0;
  border-bottom: 1px solid #58585a;
  margin-left: auto;
  margin-right: auto;
  display: flex!important;
  float: none;
  width: 100%;
  justify-content: center;
  padding: 0 0 20px 0;
  margin-top: 2em;
}

.sp-megamenu-parent > li > a { 
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: bold;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  text-transform: none!important;
  line-height: initial;
}

#sp-top-pics img {
display: block;
margin: auto;
}
 
#sp-logo img {
display: block;
  margin-left: auto;
  margin-right: auto;
}

#sp-menu #sp-menu {
  	font-size: 1.2em;
  display: block;
  margin: 20px 0 10px 0;
}

.sp-megamenu-parent > li:hover a {color: #6f9c51;}
.sp-megamenu-parent li a, .sp-megamenu-parent li.active {color: #58585a;}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {color: #6f9c51;}

.sp-megamenu-parent ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.sp-megamenu-parent li {
	display: inline-block;
	border-right: 1px solid #58585a;
}

.sp-megamenu-parent li:first-child {
	padding-left: 0;
}

.sp-megamenu-parent li:last-child {
	padding-right: 0;
	border-right: 0 none;
}

.sp-megamenu-parent li a {
	display: block;
}


#sp-bottom1 a {
display: block;
margin: auto;
}


/* Untermenu */


ul.sp-dropdown-items {  
  display: block!important;
  padding: 0!important;
  border-right: none!important;  
}

i.sp-dropdown-items {  
  display: block!important;
  border-right: none!important;  
  text-align: left!important;
}


/* Untermenu Ende */


.holiday-text {
	text-align: center;
	background-color: #6F9C51;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px; 
}

.job-text {
	text-align: center;
	background-color: #DADF71;
	padding: 15px;
	margin-bottom: 20px; 
}

.wichtig-rot {
  border: 1px solid #A52A2A; 
  color: #A52A2A; 
  padding: 40px; 
  margin: auto; 
  margin-top: 20px!important; 
  text-align:justify
}

.umstellung-tomedo {
  padding: 20px 30px;
  background-color: #6F9C51;
  color: #fff;
}


#sp-main-body:after, #sp-main-body:before {
	clear: both;
}

#sp-main-body img {
	width: auto;
}

#sp-main-body .team, #sp-main-body .team2 {
	display: block;
}

#sp-main-body .team img,
#sp-main-body .team3 img{
	width: auto;
}

#sp-main-body .team img, #sp-main-body .team p,
#sp-main-body .team3 img, #sp-main-body .team3 p{
	display: inline-block;
}

#sp-main-body .team p {
	max-width: 70%;
	vertical-align: top;
	padding-left: 20px;
}

#sp-main-body .team p.normal, #sp-main-body .team3 p.normal {
	max-width: 800px;
	padding-left: 0;
	width: 100%;
}

#sp-main-body .team2 {
  display: block;
}


#sp-main-body .team3 {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

#sp-main-body .team3 p {
	vertical-align: top;
}


#sp-main-body {
padding: 0!important;
}

article.item {
margin-bottom: 0;
}

#sp-top-pics {
  margin-bottom: 50px;  
}

.article-list .article {
  border: none;
}

.article-list .article .featured-article-badge {
  display: none;
}


/* Leistungen */

.leistungen {
  display: block;
  padding-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #58585a;
}
.leistungen:first-child {
  padding-top: 0em;
}

.leistungen:last-child {
  border-bottom: 0em;
}

b.underpoint {font-weight: normal;}


.leistung-allgemin, .leistung-sepzial, .leistung-op, .leistung-kinderaugenheilkunde, 
.leistung-privatsprechstunde, .leistung-augenvorsorgen, .leistung-aesthetische-sprechstunde {
	width: 300px;
	height: 300px;	
	cursor: pointer;
}

.leistung-allgemin p, .leistung-sepzial p, .leistung-op p, .leistung-kinderaugenheilkunde p, 
.leistung-privatsprechstunde p, .leistung-augenvorsorgen p, .leistung-aesthetische-sprechstunde p  {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background-color: #fff;
	opacity: 0.8;
	color: #58585a;
	height: auto;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 20px 0;
	position: relative;
	top: 40%;
}

.leistung-allgemin:hover p, .leistung-sepzial:hover p, .leistung-op:hover p, 
.leistung-kinderaugenheilkunde:hover p, .leistung-privatsprechstunde:hover p, 
.leistung-augenvorsorgen:hover p, .leistung-aesthetische-sprechstunde:hover p {
	background-color: #58585a;
	color: #fff;
}

.leistung-allgemin {
  background-image: url('/images/leistungen/allgemeine_augenheilkunde.jpg');
  display: block;
  margin: auto;
}

.leistung-sepzial {
	background-image: url('/images/leistungen/spezialdiagnostik.jpg');
display: block;
margin: auto;
}

.leistung-op {
	background-image: url('/images/leistungen/operationen.jpg');
display: block;
margin: auto;
}

.leistung-kinderaugenheilkunde {
	background-image: url('/images/leistungen/kinderaugenheilkunde.jpg');
display: block;
margin: auto;
}

.leistung-aesthetische-sprechstunde {
  background-image: url('/images/leistungen/aesthetische-sprechstunde.jpg');
  display: block;
  margin: auto;
}

.leistung-privatsprechstunde {
	background-image: url('/images/leistungen/privatsprechstunde.jpg');
display: block;
margin: auto;
}

.leistung-augenvorsorgen {
	background-image: url('/images/leistungen/augenvorsorgen.jpg');
display: block;
margin: auto;
}

/* Ästhetische Sprechstunde */

.text-grid-aesthetic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.text-grid-aesthetic > div {
    display: flex;
    flex-direction: column;
}

.text-grid-aesthetic > div hr {
    margin-top: auto;
}

/* Ästhetische Sprechstunde - Handy */
@media (max-width: 767px) {
    .text-grid-aesthetic {
        grid-template-columns: 1fr;
    }
}

/* Vergrößerung Bilder */

.pics-service {
  text-align: center;  
}

.pics-service img, span.subtitle {
  display: block;
  margin: auto;
  font-size: 0.8em;
  text-align: center;
}

.pics-service a {
  display: inline-block;
}


img.bigger {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

img.bigger:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/* Button Bewerbung */

.button_apply, .btn:not([class*="btn-"]) {
  display: block;
  font-weight: 100;
  font-size: 20px;
  color: #fff;
  background-color: #6F9C51;
  padding: 15px 15px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 11px;
  transition : 274ms;
  transform: translateY(0);
  cursor: pointer;
  width: auto;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.button_apply:hover, .btn:not([class*="btn-"]):hover {
  transition : 274ms;
  transform : translateY(-0px);
  background-color: #38563F;
  color: #fff;
}

.button_apply a {
  color: #fff;
}

.button_apply:hover a {
color: #fff;
}

/* Button Online-Termin */

.coolBeans {
  border: 2px solid currentColor;
  border-radius: 3rem;
  color: #6F9C51;
  font-size: 1.5rem;
  font-weight: 100;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  text-decoration: none;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}
     
.coolBeans:hover {
 color: #fff;
  background-color: #38563F;
}


*/

.coolBeans:hover {
    border: 2px solid transparent;
    color: indigo;
    transform: scale(1.05);
    will-change: transform;
    }

/* */

#visform2 div.row div {
  margin-bottom: 2px;  
}


/* Ender Vergrößerung Bilder */

/* Tooltip */

/*
span.infotip span.tooltipgc_tooltip {
color: #fff;
padding: 20px;
} */


/* Show the tooltip text when you mouse over the tooltip container */
/*
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
}

.tooltip input { display: none;}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */ /*
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

*/


/* Tooltip eigen */

.service-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
  border-radius: 10px;
  background: #6F9C51;
  color: #fff;
  padding: 20px;
  margin-top: 10px;
}

.point:hover .service-hidden {
  display: block;
  visibility: visible;
  opacity: 1;
}

p#home {
	text-align: justify;
}

/* Leistungen Text-Bild */

.service-text {
	text-align: justify;
	float: left;
	width: 60%;
	margin-right: 40px;
}


.text-justy {
	text-align: justify;
}


.rl_tooltips-link {
    display: block!important;
}

ul.pic-sbs {
	display: block;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

ul.pic-sbs li {
	display: inline-block;
	vertical-align: top;
	width: 49%
}
ul.pic-sbs li img {
	max-width: 390px;
}


.googlemaps-size {
	width: 800px; 
	height: 300px;
}

/* Footer */

#sp-footer-1, 
#sp-footer-2 {
color: #fff;
padding-top: 20px;
}

#sp-footer-1 a,
#sp-footer-2 a {
  color: #ffffff;
  text-decoration: underline;
}

.sp-module ul > li {
border: none;
}

.wrapper-footer {
  display: block;
  line-height: 1.7em;
  font-size: 0.9em!important;
}

#sp-footer-1 li {
display: inline-block;
}

.foot {
	display: inline-block;
	vertical-align: top;
}

.foot1, .foot2, .foot3 {
  margin-right: 80px;
}

.copy {
	text-align: center;
	margin-top: 20px;
}

.sprechzeiten {
	display: block;
	max-width: 370px;
}

 .sprechzeiten li {
	display: inline-block;
	padding: 0;
}

 .sprechzeiten li:first-child {
	width: 75px;
}


/* Youtube */
.video-container {
  max-width: 700px;       /* gewünschte Breite */
  width: 100%;            /* 100% bis zur Max-Breite */
  margin: 40px auto;      /* zentriert horizontal + Abstand oben/unten */
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Format */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Cookie */
.modal-content {color: #58585a;}


/* Responsive */
@media only screen and (min-width: 1000px) { 
  img.top-pic {
    width: 700px!important;
    height: auto;
  }

  #sp-logo img {
    width: 25%;
  }
}

@media only screen and (max-width: 1500px) { 
 
  #sp-footer-1 li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  #sp-footer-1 li.foot4 {
    margin-bottom: 0px;  
    border-bottom: 0px none #fff;
  }    
}

/* */
#offcanvas-toggler {
  float: none!important;
  margin-left: 0!important;
  text-align: center!important;
}

/* Insta & Jameda */
.insta {
  display: inline-block; 
  vertical-align: top; 
  margin-left: 50px;
}

.jameda {
  margin-right: 50px;
}


@media only screen and (max-width: 1200px) { 
	.sp-megamenu-parent li a, .sp-megamenu-parent li.active {}
}

@media only screen and (max-width: 1024px) { 
/* Leistungen Text-Bild */

  .service-text {
    text-align: justify;
    float: none;
	width: 100%;
	margin-right: 0px;
  }
 
  .service-pic img {margin: auto; display: block; }
  
}


@media only screen and (max-width: 990px) { 
  .sp-megamenu-parent {
    display: none!important;
    padding: 0!important;
    margin: 0!important;  
  }
  
/* Leistungen */
.leistungen {
  display: block;
  width: 100%;
  vertical-align: text-top;
  padding-right: 0px;
  margin-bottom: 50px;
}
  
.leistungen:last-child {
  margin-bottom: 0px;
}
  

  #sp-menu #sp-menu {
    margin: 0;
  }
  
  #sp-logo, #sp-logo img {
    display: block;
    margin: auto;
  }
  
   #sp-logo img {
    width: 60%;
  }
    
  #sp-logo .col-8 {
    width: 100%
  }
  
  #sp-top-pics {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid silver;
  }  
}

@media only screen and (max-width: 768px) { 
  /* Insta & Jameda */
.insta {
  display: block; 
  vertical-align: top; 
  margin-left: 0px!important;
  margin-right: 0px!important;
}
 
.jameda {
  margin-right: 0px!important;
}

  .d-flex {
    display: block!important;
  }
  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: none!important;
    margin-left: 0px!important;
    text-align: center!important;
    display: block!important;
}
  
}

@media only screen and (max-width: 450px) { 
  
  body {
    font-size: 1em;
  }
        
  ul.leistungen > li {
    display: block;    
  }
  
  li.service-1, li.service-2, li.service-3 {
    width: 85%;
  }
  li.service-2, li.service-3 {
    margin-top: 50px;
  }  
  
  #sp-main-body .team3 {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  
   #sp-main-body .team .uppercase, #sp-main-body .team3 p, #sp-main-body .team .job {
     text-align: center;
  }

  
  #sp-main-body .team .job {
    display: block;
    margin-top: 5px;
  }
  
  #sp-main-body .team, #sp-main-body .team2 {
    display: block;
    width: 84%;
    margin: auto;
  }
  
  #sp-main-body .team img, #sp-main-body .team p, #sp-main-body .team3 img, #sp-main-body .team3 p {
    display: block;
    margin: auto;
  }
  
  #sp-main-body .team p {
    max-width: 100%;
    vertical-align: top;
    padding-left: 0;
  }
  
  span.uppercase {
    display: block;    
  }
  
  /* Insta & Jameda */
.insta {
  display: block; 
  vertical-align: top; 
  margin-left: auto!important;
  margin-right: auto!important;
}

.jameda {
  margin-right: 0px!important;
}
 
}


/* Leistungen */

#sp-bottom1 .kacheln {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#sp-bottom1 .kacheln .sp-module {
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
  #sp-bottom1 .kacheln {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  #sp-bottom1 .kacheln {
    grid-template-columns: 1fr;
  }
}