/******************************** Navigation PSW *******************************
        
      *** Globales
        - Typografie

        
        - 01. Design
        - 02. Call-to-Action-Button
        - 03. Header
        - 04. Menu/Megamenu
        - 05. Hyperlink
        - 06. Swiper
        - 07. Text Aufzaehlung
        - 08. Tabs
        - 09. Newslist/Newsreader
        - 10. LoadMore
        - 11. Leistungsbox
        - 12. FAQ
        - 13. Teambox
        - 14. Formular
        - 15. CountUp
        - 16. Akkordeon
        - 17. Kontakt
        - 18. Lightbox
        - 19. 
        - 20. Footer
        - 21. Responsive


------------------------------------------------------------------------------*/

/********************************** Globales **********************************/
html, body {
  overflow-x: hidden;
}

body::selection{
  background-color: var(--secondColor);
  color: white;
}

*::-moz-selection {
    background-color: var(--accentColor);
    color: white;
}

/*** Typografie ***/
html, body {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p, .ce_text ul, .ce_text ol {
font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;
}


h1, .h1  {
font-family: lato, sans-serif;
font-weight: 900;
font-style: normal;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
font-family: lato, sans-serif;
font-weight: 700;
font-style: normal; 
}

h3, .h3 {
margin-bottom: 10px;
}

h4, .h4 {
margin-bottom: 0px;
text-transform: uppercase;
letter-spacing: 1.3px;
}

h3.txt-color-accent {
    color: black !important;
    text-transform: uppercase;
}

h4 strong, 
.h4 strong,
p strong,
li strong{
    font-weight: 800;
}

/*h1 auf Home */


/*h2 auf Home */
.h2-home {
font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.9rem;
line-height: 2.5rem;
}
/*----------------------------------------------------------------------------*/

/********************************** 01. Design ********************************/
html {
	scroll-behavior: smooth;
}

:root {
    --contentBoxedMediumWidth: 1200px;
}

/*Inhaltselemente, display-flex; nebeneinander*/
.elements-row .attributes {
    display: flex;
    flex-direction: row;
    gap: 2%;
}

.ce_wrap.hover-shadow-3:hover {
    box-shadow: 0 0 10px 10px rgba(252, 224, 141, 0.1);
    cursor: pointer;
}

.ce_text.zweispaltig {
   column-count: 2;
   column-gap: 40px;
}



/*----------------------------------------------------------------------------*/

/************************** 02. Call-to-Action-Button *************************/
/*Buttons Sticky*/
.cta-floating-wrapper {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 9999999;
}

.cta-floating-wrapper.unterseite {
    top: 25%;
}

/* Grundzustand */
.call-to-action-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px 0px 0px 999px;
  margin-bottom: 5%;
  background-color: var(--customColor1);
  transition:
    padding 0.3s ease,
    gap 0.3s ease;
}



/* Text-Container */
.call-to-action-buttons .text {
  transition:
    opacity 0.2s ease,
    width 0.3s ease,
    margin 0.3s ease;
  white-space: nowrap;
}

.call-to-action-buttons .text p {
    font-size: 1.2rem;
    font-weight: 700 ;
    color: var(--accentColor);
}

/* Scroll-Zustand */
.call-to-action-buttons.is-collapsed {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  margin-bottom: 5%;
  gap: 0;
}

.call-to-action-buttons.is-collapsed .text {
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
}





/*----------------------------------------------------------------------------*/

/********************************** 03. Header ********************************/
.header.cloned {
    box-shadow: none;
}

.ce_bgimage-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 47, 91, 0.7);
}










/*----------------------------------------------------------------------------*/

/******************************* 04. Menu/MegaMenu *****************************/
.mlist.error_503 {
    display: none;
}

.mod_pct_megamenu {
    border-radius: 0px;
    background-color: white;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

.mod_pct_megamenu.block.megamenu_it_0.active body{
    background-color: #000;
}

.mod_pct_megamenu h4 a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.mod_pct_megamenu h4 {
    margin-bottom: 20px;
}

.mod_pct_megamenu .mod_navigation > ul > li > a{
    color: #000;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.mod_pct_megamenu .mod_navigation > ul > li > ul {
   padding-top: 15px;
}

.mod_pct_megamenu .mod_navigation > ul > li > ul > li > a {
    color: #000;
    font-size: 1.2rem;
    text-transform: none;
}

.mod_pct_megamenu .mod_navigation > ul > li > a:hover,
.mod_pct_megamenu .mod_navigation > ul > li > ul > li > a:hover{
    color: var(--accentColor);
}

.mod_pct_megamenu .mod_navigation a.active,
.header.original .mainmenu ul li a.active{
    font-weight: 900;
}

.mod_pct_megamenu .mod_navigation a.active:before,
.mod_pct_megamenu .mod_navigation a:hover:before, .mod_pct_megamenu .mod_navigation a.active:before{
    display: none;
}

.mainmenu ul li a:hover {
    color: var(--accentColor);
}

.mod_pct_megamenu .item.active {
    box-shadow: none;
}

/*** Menu ***/
.header .mainmenu ul li a {
    text-transform: uppercase;
}


.header .mainmenu a.pct_megamenu:after, .header .mainmenu a.submenu:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: 15px;
    background-color: var(--customColor1);
    transform: rotate(90deg);
    	mask: url("/files/augenklinik-buelach/01_icons/arrow-right-regular-full.svg") no-repeat center;
	-webkit-mask: url("/files/augenklinik-buelach/01_icons/arrow-right-regular-full.svg") no-repeat center;
}

/*Tablet und Mobile Menu*/
    .header .smartmenu .smartmenu-trigger .line,
    .header .smartmenu .smartmenu-trigger .line:before,
    .header .smartmenu .smartmenu-trigger .line:after{
    	background-color: var(--accentColor);
    }
    
    .smartmenu .smartmenu-trigger .line {
        width: 25px;
    }
    
    .smartmenu .smartmenu-trigger .line:before, .smartmenu .smartmenu-trigger .line:after {
        width: 30px;
    }
    
    .smartmenu-content .smartmenu-close {
        left: 40px;
        top: 25px;
    }
    
    .smartmenu-content .smartmenu-close:before, .smartmenu-content .smartmenu-close:after {
        width: 30px;
    }
    
    .smartmenu-content .smartmenu-close:after {
       margin-left: -30px; 
    }
    
    .smartmenu-content .smartmenu-table {
        margin-top: 8vh;
    }
    
    .smartmenu-content .mod_navigation li.open > .subitems_trigger:before,
    .smartmenu-content .subitems_trigger:before{
        content: "";
        transform: rotate(90deg);
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: var(--customColor1);
    	mask: url("/files/augenklinik-buelach/01_icons/arrow-right-regular-full.svg") no-repeat center;
	    -webkit-mask: url("/files/augenklinik-buelach/01_icons/arrow-right-regular-full.svg") no-repeat center;
    }
    
    .vlist.level_1 > .subitems_trigger:before {
        padding-top: 15px;
        
    }
    
    .smartmenu-content .mod_navigation ul.level_2 {
        margin-left: 12px;
        margin-top: 10px;
    }
    
    .smartmenu-content .mod_navigation li.open > .subitems_trigger:before {
        transform: rotate(180deg);
    }
    
    .smartmenu-content .mod_navigation a.active, .smartmenu-content .mod_navigation a.trail {
        border-bottom: 0px;
        font-weight: 750;
    }
    
    .smartmenu-content .mod_navigation li {
        text-transform: uppercase;
        font-size: 1.2rem !important;
        padding-right: 20px !important;
    }
    
    .smartmenu-content .mod_navigation ul.level_3 {
        margin-bottom: 20px;
    }

/*----------------------------------------------------------------------------*/

/********************************** 05. Hyperlink *****************************/

.ce_hyperlink {
    transition: transform 0.3s ease;
}

.ce_hyperlink a, a.btn,
#main p a,
#slider p a{
    padding: 0px 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: solid 1.5px var(--customColor1);
    color: #000;
    padding-bottom: 4.5px;
    font-weight: 700;
    font-size: 18px;
    min-width: auto;
    
}

#main p a,
#slider p a {
    border-bottom: solid 1.5px var(--customColor1);
    padding-bottom: 0px;
    font-weight: 700;
    transition: 0.3s ease;
}

#main .ce_text.light p a {
    font-weight: 700;
}

.ce_hyperlink.hyperlink-light a {
    color: white;
    border-bottom: solid 1.5px var(--customColor1);
}

.ce_hyperlink a:hover, a.btn:hover,
#main p a:hover,
#slider p a:hover{
    opacity: 1;
    border-bottom: solid 1.5px black;
}

.ce_hyperlink.hyperlink-light a:hover {
    opacity: 1;
    border-bottom: solid 1.5px white;
}

/*----------------------------------------------------------------------------*/


/******************************* 06. Swiper ***********************************/
.swiper-horizontal {
    position: relative;
}

#leistungen.content-swiper,
#newsliste.content-swiper {
position: relative;
    cursor: pointer;
}

#leistungen .swiper-slide {
    padding-bottom: 5vh;
}

#leistungen.content-swiper .swiper-button-prev,
#leistungen.content-swiper .swiper-button-next{
    position: absolute;
    bottom: -5px;    
    top: auto;
    right: 20%;
    margin: 0;
    width: 30px;
    height: 30px;
    color: var(--customColor1);
    z-index: 10;
}

#newsliste.content-swiper .swiper-button-prev,
#newsliste.content-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;

}

#leistungen.content-swiper .swiper-button-prev,
#newsliste.content-swiper .swiper-button-prev {
    right: 25%;
    left: auto;
    background: url("/files/augenklinik-buelach/01_icons/arrow-left-regular-full.svg");
}

#newsliste.content-swiper .swiper-button-prev {
    right: 5%;
}

#leistungen.content-swiper .swiper-button-next,
#newsliste.content-swiper .swiper-button-next{
    background: url("/files/augenklinik-buelach/01_icons/arrow-right-regular-full.svg");
    background-repeat: no-repeat;
}

#leistungen.content-swiper .swiper-button-prev svg,
#leistungen.content-swiper .swiper-button-next svg,
#newsliste.content-swiper .swiper-button-prev svg,
#newsliste.content-swiper .swiper-button-next svg{
    display: none;
}



#leistungen .swiper-horizontal>.swiper-pagination-bullets, #leistungen .swiper-pagination-horizontal.swiper-pagination-bullets,
#newsliste .swiper-horizontal>.swiper-pagination-bullets, #newsliste .swiper-pagination-horizontal.swiper-pagination-bullets{
    display: none;
}

/*Leistungsbox*/
.swiper-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ce_wrap.min-height{
    min-height: 350px;
    /*z-index: -1;*/
}

.ce_wrap.min-height {
   /* z-index: 0;*/
}




/*----------------------------------------------------------------------------*/



/******************************* 07. Text Aufzaehlung *************************/
.aufzaehlung ul li {
    list-style: none;
    padding: 20px 15px 20px 0px;
    border-bottom: solid 1px rgba(24, 47, 91, 0.2);
}


.aufzaehlung ul {
     padding: 0px;
}

.aufzaehlung ul li a {
    color: black;
    position: relative;
    transition: ease 0.3s;
    padding-right: 25px;
    font-weight: 750;
}

.aufzaehlung ul li a:hover {
    color: var(--accentColor);
}

.aufzaehlung ul li a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    
    transform: translateY(10%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
    background-image: url(/files/augenklinik-buelach/01_icons/arrow-right-regular-full.svg);
    transition: transform 0.3s;
}



.aufzaehlung ul li a:hover:after {
    background-image: url(/files/augenklinik-buelach/01_icons/arrow-right-regular-full.svg);
    transform: translate(2px, 2px);
}

.aufzaehlung.bullets ul li{
    list-style: circle;
    padding: 5px 15px;
    border-bottom: 0px;
}

.aufzaehlung.bullets ul {
    padding: 0px 0px 15px 30px;
}




/*----------------------------------------------------------------------------*/

/************************************* 08. Tabs *******************************/
.ce_tabs .tabs.horizontal {
    text-align: start;
}

.ce_tabs .tabs.horizontal li span {
    font-size: 1.4rem;
    transition: ease 0.3s ;
}

.ce_tabs .tabs.horizontal ul li:hover span {
    color: var(--accentColor);
}

.ce_tabs .tabs.horizontal ul li:hover {
    opacity: 1;
}

.ce_tabs .tabs.horizontal ul li.active span {
    color: var(--accentColor);
}

.ce_tabs .tabs.horizontal ul li.active {
    background-color: white;
}

.ce_tabs .tabs.horizontal ul {
   /* background-color: #fafaf8 ;*/
    background-color: transparent ; 
    width: 100%;
}

/*----------------------------------------------------------------------------*/

/*************************** 09. Newslist/Newsreader **************************/
.mod_newslist {
    min-width: 100%;
}

.wrap-aktuelles {
    overflow: visible;
}


.newsteaser .image_container,
.newsteaser .content{
    background-color: transparent;
}

.newsteaser .content {
    border: 0px;
    border-radius: 30px;
    border-top: 0px;
    padding: 50px 12px 12px 12px;
    max-width: var(--contentBoxedMediumWidth);
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--contentPaddingLeftRight);
    padding-right: var(--contentPaddingLeftRight);
}

.newsteaser .content p a {
    border-bottom: solid 1.5px var(--customColor1) !important;
    color: black;
    padding-bottom: 3.5px !important;
    transition: ease 0.3s;
}

.newsteaser .content p a:hover {
    border-bottom: solid 1.5px black !important;
}


.newsteaser .content .h6 a{
    font-family: lato, sans-serif;
    font-size: var(--h3-fontSize);
    font-weight: 700;
    color: #000;
}

.newsteaser .content p a {
    border-bottom: solid 1px var(--accentColor);
    padding-bottom: 3.5px;
}

.newsteaser .date .day {
    font-size: 2rem;
    line-height: 2rem;
}

.newsteaser .date .month,
.newsteaser .date .year{
    font-size: 1rem;
}

.newsteaser .info {
    display: none;
}

/*Newsreader*/
.newsreader .info {
    display: none;
}

.back a:before {
    background: url(/files/augenklinik-buelach/01_icons/arrow-left-regular-full.svg);
    background-repeat: no-repeat;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    margin-top: 5px;
}

.back a {
    border-bottom: 0px !important;
    margin-left: 25px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 1rem;
}


/*----------------------------------------------------------------------------*/



/********************************** 10. LoadMore ******************************/
/*.load-more {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.load-more.collapsed {
  max-height: 14.5em;
}

.loadMore-button {
  margin-top: 1rem;
}



.loadMore-button {
    padding: 15px 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: solid 1px var(--accentColor);
    color: var(--accentColor);
    padding-bottom: 3.5px;
    font-weight: 750;
    font-size: 18px;
}

button:hover:not([type="submit"]) {
    border: 0px !important;
    border-bottom: solid 1px var(--accentColor) !important;
}*/



/*----------------------------------------------------------------------------*/



/********************************** 11. CTA-Section ***************************/







/*----------------------------------------------------------------------------*/


/************************************** 12. FAQ *******************************/
.mod_faqpage section {
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.mod_faqpage h3, .mod_faqpage .h3 {
    font-size: 1.6rem;
}

.mod_faqpage .info {
    display: none;
}

/*FAQ zweispaltig darstellen*/
.mod_faqpage article {
  display: flex;
  flex-wrap: wrap;       
  gap: 2rem
}

.mod_faqpage article > section {
  flex: 1 1 calc(50% - 2rem);
  box-sizing: border-box;
}




/*----------------------------------------------------------------------------*/

/********************************* 13. Teambox  *******************************/
.ce_teambox .function {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondColor);
}

.ce_teambox .name {
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.ce_teambox .description ul li {
    font-size: 18px;
}

.ce_teambox .description ul{
    padding-bottom: 25px;
}

#mitarbeiter .ce_teambox .function {
    font-size: 18px;
    line-height: 28px;
}

#mitarbeiter .ce_teambox .name {
    font-size: 1.5rem;
}



/*----------------------------------------------------------------------------*/

/********************************* 14. Formular  ******************************/
form.style5 input, form.style5 select, form.style5 textarea {
    font-size: 1.1rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
    padding: 15px 20px;
    border-radius: 25px;
}



.widget-explanation p{
    font-size: 15px;
}

.widget-checkbox fieldset{
    border: 0px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
}

form.style5 input.submit, form.style5 button.submit {
    padding: 15px;
}

input.submit, button.submit {
    background: var(--customColor1);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accentColor);
}

input.submit:hover, button.submit:hover {
    color: var(--customColor1);
}


/*----------------------------------------------------------------------------*/

/********************************** 15. CountUp *******************************/
.ce_countup .image_container{
    text-align: start;
}

.ce_countup .headline {
    font-size: 3rem;
    color: white;
}

.ce_countup .text p {
    color: white;
}











/*----------------------------------------------------------------------------*/

/******************************* 16. Akkordeon ********************************/
.content-accordion .handorgel__header .handorgel__header__button {
	background-color: transparent;
	border-top: solid 1px var(--customColor2);
	color: black;
	line-height: 1.3;
	font-family: lato, sans-serif;
}

/* Ausnahme: der *erste* Accordion-Header innerhalb jedes .content-accordion NIE Border oben */
.content-accordion .handorgel__header:first-of-type .handorgel__header__button  {
    border-top: none !important;
}

.content-accordion .handorgel__header .handorgel__header__button:hover{
	color: var(--secondColor);
}

.content-accordion .handorgel__header .handorgel__header__button:hover:before{
	background-color: var(--secondColor);
}

.content-accordion .handorgel__header .handorgel__header__button{
	padding: 20px 0px;
}

.content-accordion .handorgel__content__inner {
	padding: 0px 0px 30px 0px;
}

.content-accordion .handorgel__header .handorgel__header__button:before {
	content: "";
	width: 30px;
	height: 30px;
	float: right;
    clear: both;
    display: inline-block;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    background-color: black;
    transition: rotate ease .8s;
    
	mask: url("/files/augenklinik-buelach/01_icons/angle-down-light-full.svg") no-repeat center;
	-webkit-mask: url("/files/augenklinik-buelach/01_icons/angle-down-light-full.svg") no-repeat center;
}

.handorgel__content__inner a {
    pointer-events: auto;
}


/*schönere Animation*/
.content-accordion .handorgel__content--open {
	transition: height .5s ease;
}

.content-accordion .handorgel__content__inner {
	opacity: 1;
}

.content-accordion .handorgel__header.handorgel__header--open .handorgel__header__button {
	color: var(--secondColor);
	transition: 0.3s ease;
}

.content-accordion .handorgel__content.handorgel__content--open .handorgel__content__inner .ce_text figure {
	padding-bottom: 25px;
}

.content-accordion .handorgel__header.handorgel__header--open .handorgel__header__button:before {
	transform: rotate(180deg);
	background-color: var(--secondColor);
}

@media (max-width: 767px) {
	.content-accordion .handorgel__header .handorgel__header__button,
	.content-accordion .handorgel__header .handorgel__header__button:before{
		font-size: 20px;
		
	}
	.content-accordion .handorgel__header .handorgel__header__button{
		padding: 20px 10px;
	}
	.content-accordion .handorgel__content__inner {
		padding: 0 10px;
	}
}

.content-accordion .handorgel__header button.handorgel__header__button:hover{
	border-top: solid 1px var(--customColor2);
}

.content-accordion .handorgel__content {
	border-top: solid 1px rgba(0,0,0,0);
	background: transparent;
}

/*----------------------------------------------------------------------------*/


/************************************ 17. Kontakt *****************************/
.googleMaps {
    filter: grayscale(100%); 
    -webkit-filter: grayscale(100%);
}


/*----------------------------------------------------------------------------*/

/******************************** 18. Lightbox *********************************/
#cboxCurrent { /*image 2 of 5 ausblenden*/
	display: none !important;
}

#cboxLoadedContent { /*schwarzer border weg*/
 border: 0;
}

#cboxClose { /*neues Icon laden*/
  background: url(/files/augenklinik-buelach/01_icons/xmark.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  top: -40px;
  right: 0;
}

#cboxNext,
#cboxPrevious{
  width: 50px;
  height: 55px;
}
#cboxNext {
	background: url(/files/augenklinik-buelach/01_icons/angle-right-thin.svg) no-repeat center center;
	background-color: rgba(255,255,255,0.7);
	right: 0;
}

#cboxPrevious {
  background: url(/files/augenklinik-buelach/01_icons/angle-left-thin.svg) no-repeat center center;
  background-color: rgba(255,255,255,0.7);
  left: 0;
}

#cboxNext:hover,
#cboxPrevious:hover {
    background-position: center center;
}


#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  #cboxClose { 
    width: 15px;
    height: 15px;
    top: -30px;
  }
  
  #cboxNext,
  #cboxPrevious{
  width: 20px;
  height: 30px;
  transform: translateY(50%);
  }
}

/*-----------------------------------------------------------------------------*/
/************************************** 20. Footer ****************************/
#footer,
#bottom{
    background: var(--accentColor);
}

#footer h5, #footer .h5 {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--customColor2);
    margin-bottom: 5px;
    font-size: var(--paragraph-medium-font-size);
    text-transform: uppercase;
}

#footer p strong {
    font-weight: 750;
}

#footer p a,
#bottom .inside, #bottom .inside a{
    color: white;
}

#footer p a:hover {
    color: var(--customColor1) !important;
}

#bottom {
    border-top: solid 0.1px rgba(255,255,255, 0.5);
}

#bottom .inside .right a:hover, 
#bottom .inside .left a:hover {
    color: var(--customColor1);
    border-bottom: 0px;
}

/*Logo im Footer*/
.logo-footer .attributes {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    gap: 10%;
    max-width: 50%;
}

.logo-footer .attributes:first-child {
    max-width: 40%;
}




/*----------------------------------------------------------------------------*/





/*********************************** 21. Responsive ***************************/
 /*****************************************************************************/



/************************************* TABLET *********************************/

@media (max-width: 1024px) {
/*-*-*-*-*-**-*-*-*-*01. Typografie*-*-**-*-*-*-*-*-*-*-*/
        :root {
    --h1-fontSize: 45px;
    }
    
/*-*-*-*-*-**-*02. Call-to-Action-Button*-*-*-*-*-*-*-*-*/      
    .cta-floating-wrapper {
        display: none;
    }
    
   .smartmenu-content .ce_icon_text[data-icon-pos="before"] .icon {
        max-width: 25px;
    }
    
    .smartmenu-content .call-to-action-buttons {
        right: 0;
        position: absolute;
        bottom: 0;
        padding: 0.4rem 0.9rem;
    }
    
    .smartmenu-content .termin .call-to-action-buttons  {
        bottom: 70px;
    }
    
    .smartmenu-content .offene-stellen .call-to-action-buttons {
         bottom: 20px;
    }
    
    .smartmenu-content .call-to-action-buttons a {
        display: flex;
    }
    
    .smartmenu-content .call-to-action-buttons .text p {
        font-size: 1.0rem;
    }
    
/*-*-*-*-*-**-*-*04. Menu/Megamenu*-*-**-*-*-*-*-*-*-*-*/

    body.smartmenu_open div.body::before,
    body.smartmenu_open div.stickyheader:before{
    content: ""; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    animation: fadeIn 1s forwards;
}




/*-*-*-*-*-**-*-*-*-*-*-*06. Swiper*-*-**-*-*-*-*-*-*-*-*/
    #leistungen .swiper-slide {
        padding-top: 3vh;
    }
    
   #swiper .ce_shift_wrapper_start {
        transform: translateX(0%) translateY(0%) !important;
    }
    
    #swiper .ce_shift_wrapper_start.button-alle-dienstleistungen {
        transform: translateX(-8%) translateY(0%) !important;
    }
    
    #swiper .ce_shift_wrapper_start .ce_wrap.swiper-icon {
        transform: translateX(25%) translateY(0%) !important;
    }
    
    #leistungen.content-swiper .swiper-button-prev, #leistungen.content-swiper .swiper-button-next {
        right: 8%;
    }
    
    #leistungen.content-swiper .swiper-button-prev {
        right: 15% !important;
    }
    
  /*  #leistungen.content-swiper .swiper-button-prev, #leistungen.content-swiper .swiper-button-next{
        transform: translate(50px, 215px);
    }
    
    #swiper .ce_shift_wrapper_start .ce_wrap.swiper-icon{
        transform: translateX(35%) translateY(25%) !important;
    }
    #leistungen.content-swiper .swiper-button-prev {
        left: 80%;
    } */

    
    /*Aktuelles Swiper*/
    #newsliste.content-swiper .swiper-button-prev {
        left: 85%;
    }

/*-*-*-*-*-*-*-*-**-*11. Leistungsbox*-*-*-*-*-*-*-*-*-*/        
    #uebersicht-boxen .ce_shift_wrapper_start {
         transform: translateX(40%) translateY(-50%) !important;
    }
    
    .swiper-icon {
        width: 70px;
        height: 70px;
    }
    .ce_wrap.min-height{ 
        min-height: 350px;
    }
    
    
/*-*-*-*-*-**-*-*-*-*-*-*20. Footer*-*-**-*-*-*-*-*-*-*-*/    
    .logo-footer .attributes:first-child {
    max-width: 100%;
    }

}



/********************************** MOBILE ************************************/
@media (max-width: 768px) { 
/*-*-*-*-*-**-*-*-*-*-*-*Typografie*-*-**-*-*-*-*-*-*-*-*/    
    .h2-home {
    font-size: 1.3rem;
    line-height: 1.6rem;
    }

    
/*-*-*-*-*-**-*-*-*-*-*-*01. Design*-*-**-*-*-*-*-*-*-*-*/ 
    .elements-row .attributes {
        display: flex;
        flex-direction: column;
        gap: 0%;
    }
    
    .ce_text.zweispaltig {
    column-count: 1;
    column-gap: 0px;
    }
    
    .mobile-display-column {
    display: flex;
    flex-direction: column-reverse;
    }


    
    
/*-*-*-*-*-**-*-*-*-*-*-*03. Header*-*-**-*-*-*-*-*-*-*-*/    
    .wrap-header-home {
        padding: 8% 10% 8% 10% !important;
    }
    

    
/*-*-*-*-*-**-*-*-*-*04. Menu/Megamenu*-**-*-*-*-*-*-*-*/      
    .smartmenu{
    	display: block;
    }
    .smartmenu-content{
    	width: 80vw;
    }
    
    #header .inside {
      margin-right: auto;
      /*position: absolute;*/
      min-width: 95%;
    }
    
    #mmenu,
    .mmenu_trigger{
    	display: none;
    }
    
    #header .inside {
    	margin-right: auto;
    }

/*-*-*-*-*-**-*-*-*-*-*05. Hyperlink*-*--*-*-*-*-*-*-*-*/  
    .ce_hyperlink a, a.btn {
        font-size: 16px;
        margin-bottom: 7px;
        padding-bottom: 3px;
    }

/*-*-*-*-*-*-*-*-*-*-*06. Swiper*-*-*-*-*-*-*-*-**-*-*-*/
    #leistungen .swiper-slide {
        padding-top: 0vh;
       /* padding-bottom: 6vh;*/
    }
    
    #swiper .ce_shift_wrapper_start .ce_wrap.swiper-icon{
        transform: translateX(25%) translateY(50%) !important;
    }
  
       
    #leistungen.content-swiper .swiper-button-next, #leistungen.content-swiper .swiper-button-prev,
    #newsliste.content-swiper .swiper-button-next, #newsliste.content-swiper .swiper-button-prev {
        display: block;
    }
    
    /*Aktuelles Swiper*/
    #newsliste.content-swiper .swiper-button-prev {
        left: 75%;
    }
    
/*-*-*-*-*-*-*-*-*-*-*-*-*-*08. Tabs*-*-*-*-*-*-*-*-*-*/
    .ce_tabs .tabs.horizontal li span {
        font-size: 1.2rem;
    }
    .ce_tabs .tabs.horizontal li {
        padding: 7px 19px;
    }

    
    
/*-*-*-*-*-*-*-*-*-*-*-*-*09. Newslist*-*-*-*-*-*-*-*-*/
    .aktuelles .column {
        margin-bottom: 0px !important;
    }
    
/*-*-*-*-*-*-*-*-**-*11. Leistungsbox*-*-*-*-*-*-*-*-*-*/    
    #uebersicht-boxen .ce_shift_wrapper_start {
        transform: translateX(8%) translateY(50%) !important;
    }
    
    #leistungen.content-swiper .swiper-button-prev {
        right: 25% !important;
    }
    
    #leistungen .swiper-slide {
    padding-bottom: 8vh;
    }

    .ce_shift_wrapper_start[data-position-absolute-mob="none"] { 
        position: relative;
    }
    
    .ce_wrap.min-height{ 
        min-height: 400px;
    }
    
    .swiper-icon {
        width: 80px;
        height: 80px;
    }

/*-*-*-*-*-*-*-*-*-*-*-*-*12. FAQ*-*-*-*-*-*-*-*-*-*-*/ 
    .mod_faqpage h3, .mod_faqpage .h3 {
       font-size: 1.3rem; 
    }
    
    .mod_faqpage article > section {
        flex: 1 calc(100%);
    }
    
/*-*-*-*-*-*-*-*-*-*-*15. CountUp*-*-*-*-*-*-*-*-*-*-*/     
    .ce_countup.style2,
     .ce_countup .image_container{
        text-align: center;
    }
            

/*-*-*-*-*-**-*-*-*-*-*-*20. Footer*-*-**-*-*-*-**-*-*/
    .logo-footer .attributes {
      max-width: 100%;
    }
    .logo-footer .attributes .ce_image {
    max-width: 30%;
    }
   
}





/*----------------------------------------------------------------------------*/




