/*
Theme Name: Optimamed
Description: Child theme for Avada theme
Author: Inconcepts
Author URI: https://www.inconcepts.at
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* --------------------------------------------
   Global
---------------------------------------------*/

/* Typograhpy */

/* Import interstate + condensed from Adobe */

#main .post-content {
  font-weight: 300;
}
p a {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.ce-header a,
.incon_custom_footer a {
  text-decoration: none;

}
p a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #C1C000
}
.incon_h2 h2.title-heading-left {
  /* font-size: 45px !important; */
  line-height: 55px !important;
  margin-bottom: 1rem !important;
}
.incon_h2-with-icon {
  margin-bottom: 0 !important;
}
.incon_h2-with-icon h2.title-heading-left {
  margin-bottom: 0!important;
}

.incon_h3 {
  font-size: 35px;
  font-family: var(--h3_typography-font-family);
}
.incon_h3 .title-heading-left {
  font-size: 35px;
}

.incon_h4 {
  font-size: 30px;
  font-family: var(--h3_typography-font-family);
}
.incon_h4 .title-heading-left {
  font-size: 30px;
}

/* Globale Inhaltselemente */
.fusion-text ul {
  list-style: none;
  padding-left: 0px;
}

/* Header */
.contact-bar{
  text-align: right;
}
.contact-bar ul {
  list-style:  none!important;
  margin-left: 0px!important;
}
.contact-bar ul li {
  font-size: 17px;
  position: relative;
  padding-left: 25px;
  color: #3E3E3E!important;
  display: inline-block;
  margin-left: 45px;
}
.contact-bar ul li a {
  color: #3E3E3E!important;
}
.contact-bar ul li a:hover {
  color: #00a7a4!important;
}
.contact-bar ul li a::before {
  content: '';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 0;
  display: block;
  color: #D5D400;
}
.contact-bar ul li a.pin::before {
  content: '\f3c5';
}
.contact-bar ul li a.phone::before {
  content: '\f095';
}
.contact-bar ul li a.voucher::before {
  content: '\f06b';
  color: #00a7a4;
}
.contact-bar ul li a.inquiry::before {
  content: '\f0e0';
}
#incon_custom_header_menu .fusion-text ul li::before{
  display: none;
}
#incon_custom_header_menu a{
  text-transform: uppercase;
}
#incon_custom_header_menu ul li.menu-item {
  position: relative;
}
#incon_custom_header_menu ul li.awb-menu__main-li:last-child a {
    padding-right: 0px;
}
#incon_custom_header #incon_custom_header_menu ul li.menu-item:not(:last-child)::after {
  content: '•';
  display: flex !important;
  flex-flow: row wrap;
  position: absolute;
  height: 100%;
  right: -2px;
  color: #d5d400;
  align-content: center;
}
.fusion-tb-header {
  margin-bottom: -100px
}
.fusion-tb-header, #incon_custom_header {
  background: #fff!important;
  z-index: 999!important;
}
.mobile-size-full-absolute #menu-hauptmenue li:hover .menu-text, .mobile-size-full-absolute #menu-hauptmenue li.current_page_item .menu-text{
  color: #00a7a4!important;
}
ul.sub-menu .current-menu-item span {
  color: #00a7a4!important;
}
/*.fusion-tb-header::after {
  content:'';
  display: block;
  width: 100vw;
  height: 85px;
  background: url('/wp-content/uploads/bogen.svg');
  background-size: 100% 100%;
  position: absolute;
  bottom: -25%;
}*/
.avada-page-titlebar-wrapper, #sliders-container {
  position: relative;
  z-index: 1;
}


/* --------------------------------------------
  Slide / HERO
---------------------------------------------*/
.fusion-builder-row .incon_slide_box_content {
  background: #D5D400;
  padding: 100px 30px;
  border-radius: 100%;
  margin-top:100px!important;
  color: #3E3E3E;
  font-weight: 300;
}
.incon_slide_box_content strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
.incon_slide_box_content em {
  font-weight: 400;
  font-style: normal;
}

/* Linker Kreis */
.ce-intro .ce-intro-info {
  min-height: 400px;
  min-width: 400px;
  max-width: 400px;
  max-height: 400px;
}
.ce-intro .fusion-builder-row  {
  position: relative;
  z-index: 13;
}
/* .ce-intro .ce-intro-info {
  margin-bottom: -1rem;
} */

.ce-intro .ce-intro-info .fusion-column-wrapper {
  border-radius: 50%;
}
.ce-intro .ce-intro-info-header {
  /* padding-top: 3rem; */
  font-weight: 700 !important;
}
.ce-intro .ce-intro-info-sub p {
  margin-bottom: 0;
}
.incon_slide_box_content p {
  line-height: 1.4rem;
}

/* Rechter Kreis */
.ce-intro .ce-infobox  {
  min-height: 200px;
  min-width: 250px;
  max-width: 250px;
  max-height: 200px;
  margin-bottom: -1rem !important;
}
.ce-intro .ce-infobox .fusion-column-wrapper {
  border-radius: 50%;
}
.ce-intro .ce-intro-info-header {
  /* padding-top: 3rem; */
  font-weight: 700 !important;
}
.ce-intro .ce-infobox  p {
  margin-bottom: 0;
  line-height: 1.3rem;
}

/* Content */
.fusion-button span {
  font-size: 18px;
  line-height:24px;
}
#incon_intro {
  position: relative;
  z-index: 999;
}
#incon_intro::before {
  content: '';
  display: block;
  width: 100vw;
  height: 85px;
  background: url('/wp-content/uploads/bogen.svg');
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  top:-68px;
  z-index: 9999;
  transform: scale(-1);
}

/* --------------------------------------------
   After / Before Boxen Wellen
---------------------------------------------*/
/* .incon_weiss-oben::before {
    content: '';
    display: block;
    width: 100% !important;
    height: 85px;
    background: url('/wp-content/uploads/welle-weiss-oben.png');
    background-size: 100%;
    position: absolute;
    top: -70px;
    z-index: 12;
    background-repeat: no-repeat!important;
} */
.incon_weiss_header_unten::after{
  content: '';
  display: block;
  width: 100% !important;
  height: 7vw;
  background: url('/wp-content/uploads/swoosh-header-bottom.svg');
  background-size: cover;
  position: absolute;
  bottom: -7px;
  z-index: 12;
  background-repeat: no-repeat!important;
}
.incon_weiss-unten::after {
    content: '';
    display: block;
    width: 100% !important;
    height: 90px;
    background: url('/wp-content/uploads/welle-weiss-unten.svg');
    background-size: 100%;
    position: absolute;
    bottom: -8%;
    z-index: 12;
    background-repeat: no-repeat !important;
}
.incon_blau-oben::before {
    content: '';
    display: block;
    width: 100% !important;
    height: 143px;
    background: url('/wp-content/uploads/welle-blau-oben.svg');
    background-size: cover;
    position: absolute;
    top: -55px;
   /* z-index: 12;*/
   z-index: -0;
    background-repeat: no-repeat!important;
    background-position: top center;
}
.incon_blau-unten::after {
    content: '';
    display: block;
    width: 100% !important;
    height: 134px;
    background: url('/wp-content/uploads/swoosh-db-unten4.svg');
    background-size: cover;
    position: absolute;
    bottom: -58px;
    background-repeat: no-repeat !important;
    z-index: 100;
    background-position: bottom center;
}
.incon_hellgruen-oben::before {
  content: '';
  display: block;
  width: 100% !important;
  height: 143px;
  background: url('/wp-content/uploads/swoosh-hg-top.svg');
  background-size: 100%;
  position: absolute;
  top: -90px;
  z-index: 12;
  background-repeat: no-repeat!important;
}
.incon_hgelbgruen-oben::before {
    content: '';
    display: block;
    width: 100% !important;
    height: 140px!important;
    background: url('/wp-content/uploads/swoosh-gelbgruen-top.svg');
    background-size: cover;
    position: absolute;
    top: -100px;
    background-repeat: no-repeat!important;
    background-position: top center;
}
.incon_hellgruen2-oben::before {
  content: '';
  display: block;
  width: 100% !important;
  height: 143px;
  background: url('/wp-content/uploads/swoosh-hellgruen-top.svg');
  background-size: 100%;
  position: absolute;
  top: -90px;
  z-index: 9;
  background-repeat: no-repeat!important;
}
.incon_post-unten::after {
  content: '';
  display: block;
  width: 100vw !important;
  height: 9vw;
  background: url('/wp-content/uploads/swoosh-post-bottom.svg');
  background-size: 100%;
  position: absolute;
  bottom: -29px;
  bottom: -4%;
  background-repeat: no-repeat !important;
  z-index: 12;
}
.ce-themen-block .title-heading-left.title-heading-tag{
  margin-right: -10px;
    font-weight: 100;
  margin-right: -40px!important;
}
.fusion-body blockquote, .post-content blockquote{
  background-color: #fff;
}

.fusion-body blockquote, .post-content blockquote p{
  font-style: normal;
}
.post-template-default.single.single-post .fusion-fullwidth:nth-child(2){
  background: #fff!important;
  margin-top: -30px;
  z-index: 999;
}


/* --------------------------------------------
   Forms
---------------------------------------------*/
.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper .gfield_select[multiple="multiple"]:focus {
  border-color: var(--awb-color5);
}
.ce-form-newsletter_wrapper {
  margin-bottom: 0px;
}
.ce-form-newsletter_wrapper .gform_footer.top_label,
.ce-form-newsletter_wrapper .gform_button.button {
  width: 100%;
}



/* --------------------------------------------
   Post
---------------------------------------------*/

/* Übersicht */
.ce-blog-grid .fusion-content-sep.sep-double.sep-solid {
  display: none;
}
.ce-blog-grid .fusion-blog-shortcode .fusion-post-content-wrapper {
    padding: 30px 0px 0px 0px !important;
}
.ce-blog-grid .fusion-blog-shortcode .fusion-read-more::after{
  display: none;
}
.ce-blog-grid .fusion-blog-shortcode .fusion-read-more:hover {
  color: var(--awb-color8);
}
.ce-blog-grid .fusion-blog-shortcode .fusion-read-more::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    margin-right: 10px;
    font-weight: 500;
}
.fusion-blog-shortcode .fusion-read-more{
  font-size: 18px;
}
.ce-blog-grid .ce-blog-grid-wrapper .blog-shortcode-post-title {
  color: var(--awb-color5) !important;
}
.fusion-post-wrapper{
  border: 0px #fff solid!important;
}
.fusion-post-wrapper a.fusion-read-more, .ce-blog-grid .fusion-blog-shortcode .fusion-read-more::before{
  color: #BAB900;
}


/* Details */
.ce-aktuelles-header-image .fusion-slider-sc:not(.fusion-has-margin) .flexslider {
  margin: 0;
}
.ce-aktuelles-header-image .flexslider .slides img {
  width: 1493px;
  max-width: 100%;
  display: block;
  max-height: 700px;
  object-fit: cover;
  height: auto;
}
.single-post .post-content h1 {
  margin-top: 0;
}
.single-post .post-content h2 {
  font-size: 35px !important;
}
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
  margin-top: 2.2rem;
}
.single-post .post-content blockquote {
  margin: 0 0 2rem;
}

/* --------------------------------------------
   Kräutershop
---------------------------------------------*/
.incon_krauter-links::before {
    content: '';
    display: block;
    width: 180px;
    height: 100%;
    background: url('/wp-content/uploads/blumen-links.jpg');
    background-size: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat !important;
    z-index: 0;
}
.incon_krauter-rechts::after {
    content: '';
    display: block;
    width: 180px;
    height: 100%;
    background: url('/wp-content/uploads/blumen-rechts.jpg');
    background-size: 100%;
    position: absolute;
    right: 0;
    background-repeat: no-repeat !important;
    z-index: 0;
}
.ce-shop-block {
  margin-top: 2rem !important;
}
.ce-shop-block-preis {
    background: var(--awb-color5);
    color: white;
    position: absolute;
    top: -47px;
    right: 45px;
    border-radius: 50%;
    padding: 1rem;
    min-height: 6rem;
    min-width: 6rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center;
}
.ce-shop-block-preis p {
    margin: 0;
    width: 100%;
}

/* --------------------------------------------
   Hausseite
---------------------------------------------*/

/* Startseite */
/* .ce-angebote-grid .ce-angebote-liste-header {

} */

/* Themen */
.ce-themen .ce-themen-icon {
  margin-left: -3rem;
}
.ce-themen .ce-icon-stoffwechsel::after {
  content: '';
  display: block;
  width: 100px;
  height: 100%;
  background: url(/wp-content/uploads/icon-stoffwechsel.svg);
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat !important;
  z-index: 0;
}

/* Angebote */
.ce-angebote-content-text h2 {
  margin-top: 0px !important;
}
.ce_angebot-gueltigkeit {
  padding: 10px !important;
}
.ce-angebote-grid .ce-angebote-preis {
  color: var(--awb-color5);
  font-weight: 700;
}
.ce-angebote-grid .ce-angebote-liste-button {
  padding-left: 0;
}
.fusion-text.ce_gueltigkeit-text {
  background: #00A7A4;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-family: var(--h2_typography-font-family);
  font-weight: var(--h2_typography-font-weight);
  padding-top: 35px;
  line-height: 23px;
  position: absolute;
  z-index: 100;
  right: 40px;
  top: -40px;
}
.fusion-text.ce_gueltigkeit-text strong {
  font-size: 19px;
  letter-spacing: -0.5px;
}
.ce_gueltigkeit-text p {
  text-align: center;
}


/* --------------------------------------------
   Standorte + Filter
---------------------------------------------*/
#opt_standorte_list {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.opt_standort {
  min-height: 280px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: none;
  background-size: cover;
}
.opt_standort_name {
    display: block;
    position: absolute;
    bottom: 0px;
    background: rgba(20, 20, 20, 0.3);
    width: 100%;
    padding: 10px 20px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    color: #fafafa;
    font-family: var(--awb-text-font-family);
}
.opt_standort_data {
  display: block;
  position: absolute;
  left: 0px;
  bottom: -100%;
  background: #D5D400;
  height: 100%;
  opacity: 0;
  transition: all ease-in 0.2s;
  padding: 10px 20px;
}
.opt_standort:hover .opt_standort_data {
  bottom: 0%;
  opacity: 1;
  color: #fff;
}
.opt_standort_data ul {
    margin: 0px;
    padding-left: 23px !important;
}
.opt_standort_data p, .opt_standort_data li {
    color: #333;
    font-family: var(--awb-text-font-family);
}
.opt_standort_data a {
    font-family: var(--awb-text-font-family);
}
@media screen and (max-width:1200px) {
  #opt_standorte_list {
    grid-template-columns: 33% 33% 33%;
  }
}
@media screen and (max-width:768px) {
  #opt_standorte_list {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width:480px) {
  #opt_standorte_list {
    grid-template-columns: 100%;
  }
}






/* --------------------------------------------
   Blogbeiträge + Filter
---------------------------------------------*/
#incon_blogbeitraege_filter_list a.is_active {
  font-weight: bold;
}
#incon_blogbeitraege_filter_list li:before {
  display: none;
}






/* --------------------------------------------
   Aktionen
---------------------------------------------*/
.incon_gallery_nav_box_image {
  padding: 10px;
  cursor: pointer;
}




/* --------------------------------------------
   Footer
---------------------------------------------*/

#incon_footer_copyright {
  color: #fff!important;
}
#menu-rechtliches li::after {
  content: '';
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
#menu-rechtliches li:not(:last-child)::after {
  content: '•';
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.fusion-tb-footer {
  position: relative;
  margin-top: -2rem;
}


.ce-footer .ce-footer-header {
  color: white;
  margin-bottom: 2.5rem !important;
  min-height: 66px;
}
.ce-footer p {
  margin-top: 0;
  font-weight: 300;
}

/* --------------------------------------------
    404 Error
---------------------------------------------*/
.error404 .avada-page-titlebar-wrapper {
  display: none;
}



/* --------------------------------------------
    BeActive Slider
---------------------------------------------*/
.opt_beactive_slider .buttons h2 {
  color: #19a7a4 !important;
}
.opt_beactive_slider .buttons p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.opt_beactive_slider .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.opt_beactive_slider .tfs-button-1 {
  width: 37%;
  margin-top: 0 !important;
  margin-right: 3%;
}
.opt_beactive_slider .tfs-button-2 {
  width: 60%;
}
.opt_beactive_slider .tfs-button-2 img {
  max-width: 600px;
}
.tfs-slider.flexslider {
  height: auto !important;
}

/* --------------------------------------------
    Formular
---------------------------------------------*/
.gform_body input,
.gform_body textarea,
.gform_body select,
.ginput_container_select {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.08)!important;
  border: 1px solid #fff !important;
}
.gform_button.button {
  border: 2px solid #D5D400;
  color: #D5D400;
}
.gform_button.button:hover{
  background:#D5D400;
  color: #fff;
  border-color:#D5D400;
}
.ce-newsletter .gform_button {
  color: #fff;
  border-color: #fff;
  width: 100%;
}
.ce-newsletter .gform_button:hover {
  color: #fff;
  border-color: #d5d400;
  background:#d5d400;
  width: 100%;
}
/* --------------------------------------------
    Button
---------------------------------------------*/
.opt_gutschein .fusion-button, .btn_border {
  border: 2px solid #d5d403 !important;
}
.opt_gutschein .fusion-button:hover, .btn_border:hover{
  border-color: #046564!important;
}

/* --------------------------------------------
    Bögen
---------------------------------------------*/
.opt_bogen_top,
.opt_bogen_bottom,
.opt_bogen_image_top,
.opt_bogen_bottom_blue,
.opt_bogen_bottom_blue_trans {
  position: relative;
}
.opt_bogen_top::before{ /*für farbigen Bogen, welcher an der OBEREN Seite eines Containers ist*/
  content: '';
  width: calc(100% + 10px);
  height: 12vh;
  position: absolute;
  right: 0;
  left: -5px;
  top: -11.8vh;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  z-index: 100;
}
.opt_bogen_bottom::after,
.opt_bogen_bottom_blue::after,
.opt_bogen_bottom_blue_trans::after,
.opt_bogen_bottom_blue_gelb::after{ /*für farbigen Bogen, welcher an der UNTEREN Seite eines Containers ist*/
  content: '';
  width: calc(100% + 10px);
  height: 4vw;
  position: absolute;
  right: 0;
  left: -5px;
  bottom: -3.8vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  z-index: 1;
}
.opt_bogen_image_top::before{ /*für Bogen, welche OBEN ins Bild stehen*/
  content: '';
  width: calc(100% + 10px);
  height: 12vh;
  position: absolute;
  right: 0;
  left: -5px;
  top: -0.1vh;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  z-index: 100;
}
.opt_bogen_image_bottom::after{ /*für Bogen, welche UNTEN ins Bild stehen*/
  content: '';
  width: calc(100% + 10px);
  height: 12vh;
  position: absolute;
  right: 0;
  left: -5px;
  bottom: -0.2vh;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
}


.opt_bogen_top.color_gruen::before{background-image: url(img/gruen_oben.svg);}
.opt_bogen_bottom.color_gruen::after {background-image: url(img/gruen_unten.svg);}
.opt_bogen_top.color_gruen_v2::before{background-image: url(img/weiß_oben_gruen_unten.svg);}

.opt_bogen_top.color_hellblau::before{background-image: url(img/helltuerkis_oben.svg);}
.opt_bogen_bottom.color_hellblau::after {background-image: url(img/helltuerkis_unten.svg);}

.opt_bogen_top.color_hellblau_v2::before{background-image: url(img/weiß_oben_helltuerkis_unten_gespiegelt.svg);}
.opt_bogen_top.color_hellblau_v3::before{background-image: url(img/weiß_oben_helltuerkis_unten.svg);}

.opt_bogen_top.color_hellblau_v2::after,
.opt_bogen_bottom.color_hellblau_v2::after{background-image: url(img/helltuerkis_oben_weiß_unten.svg);}
.opt_bogen_top.color_hellblau_v3::after,
.opt_bogen_bottom.color_hellblau_v3::after{background-image: url(img/helltuerkis_oben_weiß_unten_gespiegelt.svg);}

.opt_bogen_top.color_grau::before{background-image: url(img/schwarz_oben.svg);}
.opt_bogen_bottom.color_grau::after {background-image: url(img/schwarz_unten.svg);}

.opt_bogen_top.color_tuerkis::before{background-image: url(img/tuerkis_oben.svg);}
.opt_bogen_bottom.color_tuerkis::after {background-image: url(img/tuerkis_unten.svg);}

.opt_bogen_image_top::before{background-image: url(img/weiss_unten.svg);}
.opt_bogen_image_bottom::after{background-image: url(img/weiss_oben.svg);}

.opt_bogen_bottom.color_weiss::after{background-image: url(img/weiss_unten.svg);}
.opt_bogen_bottom.color_shadow::after{background-image: url(img/weiss_aktuelles.svg);}

.opt_bogen_bottom_blue_trans::after{background-image: url(img/tuerkis_oben_blau_unten.svg);}
.opt_bogen_bottom_blue_gelb::after{background-image: url(img/tuerkis_oben_blau_gelb_unten_transparent.svg);background-position: bottom center;bottom: -20px; z-index: 100}

.opt_bogen_bottom_blue::after,
.opt_bogen_bottom_blue_trans::after {
  background-image: url(img/dunkelblau_unten.svg);
  background-position: bottom center;
  bottom: -20px;
  z-index: 100
}

.SumoSelect>.CaptionCont>span{
  color: #19a7a4;
}

@media screen and (max-width: 900px){
  .opt_bogen_top.color_gruen::before{background-image: url(img/gruen_oben_mobil.svg);}
  .opt_bogen_bottom.color_gruen::after {background-image: url(img/gruen_unten_mobil.svg);}

  .opt_bogen_top.color_hellblau::before{background-image: url(img/helltuerkis_oben_mobil.svg);}
  .opt_bogen_bottom.color_hellblau::after {background-image: url(img/helltuerkis_unten_mobil.svg);}

  .opt_bogen_top.color_grau::before{background-image: url(img/schwarz_oben_mobil.svg);}
  .opt_bogen_bottom.color_grau::after {background-image: url(img/schwarz_unten_mobil.svg);}

  .opt_bogen_top.color_tuerkis::before{background-image: url(img/tuerkis_oben_mobil.svg);}
  .opt_bogen_bottom.color_tuerkis::after {background-image: url(img/tuerkis_unten_mobil.svg);}

  .opt_bogen_image_top::before{background-image: url(img/weiss_unten_mobil.svg);}
  .opt_bogen_image_bottom::after{background-image: url(img/weiss_oben_mobil.svg);}

  .opt_bogen_bottom.color_weiss::after{background-image: url(img/weiss_unten_mobil.svg); height: 12vh; bottom: -11.8vh; }
  .opt_bogen_bottom.color_shadow::after{background-image: url(img/weiss_aktuelles_mobil.svg);}

  .opt_bogen_top.color_hellblau_v2::before{background-image: url(img/weiß_oben_helltuerkis_unten_gespiegelt_mobil.svg);}
  .opt_bogen_top.color_hellblau_v3::before{background-image: url(img/weiß_oben_helltuerkis_unten_mobil.svg);}

  .opt_bogen_top.color_gruen_v2::before{background-image: url(img/weiß_oben_gruen_unten_mobil.svg);}

  .opt_bogen_bottom_blue::after{background-image: url(img/dunkelblau_unten_mobil.svg);}
  .opt_bogen_bottom_blue_trans::after{background-image: url(img/tuerkis_oben_blau_unten_mobil.svg);}

  .opt_bogen_top.color_hellblau_v2::after{background-image: url(img/helltuerkis_oben_weiß_unten_mobil.svg);}
  .opt_bogen_top.color_hellblau_v3::after{background-image: url(img/helltuerkis_oben_weiß_unten_gespiegelt_mobil.svg);}

  .opt_bogen_bottom_blue_gelb::after{background-image: url(img/tuerkis_oben_blau_gelb_unten_transparent_mobil.svg);}

  .opt_beactive_slider .tfs-button-1, .opt_beactive_slider .tfs-button-2{
    width: 100%!important;
    margin:0!important;
  }
  .opt_beactive_slider .tfs-button-2 img{
    margin-top: 30px
  }
  .opt_beactive_slider .buttons {display: inline-block;}

  .opt_bogen_bottom::after, .opt_bogen_bottom_blue::after, .opt_bogen_bottom_blue_trans::after, .opt_bogen_bottom_blue_gelb::after{
    height: 12vh;
    bottom: -11.8vh;
  }
}

/* --------------------------------------------
    RESPONSIVE
---------------------------------------------*/

@media only screen and (max-width: 1250px) {
  /* WELLEN */
  .incon_hellgruen2-oben::before,
  .incon_blau-oben::before,
  .incon_blau-unten::after,
  .incon_hellgruen-oben::before,
  .incon_hgelbgruen-oben::before,
  .incon_weiss-oben::before {
    background-size: cover;
    background-position-x: center;
  }
  .incon_post-unten::after {
    background-size: cover;
    background-position: center bottom;
    bottom: 0;
  }
  .incon_blau-unten::after {
    bottom: -59px;
  }
}

@media only screen and (max-width: 640px) {
  /* CONTENT */
  .ce-intro .ce-infobox {
    min-width: 220px;
    max-width: 220px;
  }

  /* WELLEN */
  /*.fusion-tb-header::after {
    bottom: -33%;
  }*/
  .incon_hellgruen2-oben::before {
    top: -63px;
  }

  /* FOOTER */
  #menu-rechtliches .menu-item {
      width: 100%;
      padding: 0.5rem;
  }
  #menu-rechtliches li:not(:last-child)::after {
    content: '';
  }
  .incon_hgelbgruen-oben::before {
    z-index: unset;
  }
}



/* --------------------------------------------
  Ghilas  CODE
---------------------------------------------*/


/*Startseite */



.incon_home_badge  .fusion-button.button-1 {

    border: none !important;
    color: #FFFFFF !important;;
}





/* --------------------------------------------
  END OF Ghilas  CODE
---------------------------------------------*/









/* --- PORTALSEITE > FILTER --- */
div#opt_standorte_filter {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  flex-wrap: wrap;
}
#opt_standorte_filter > .SumoSelect {
  width: 50%;
}
#opt_standorte_filter_typen ~ p {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  margin-right: 5px;
  margin-bottom: 10px;
}
#opt_standorte_filter_bundeslaender ~ p {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  margin-left: 5px;
  margin-bottom: 10px;
}
#opt_standorte_filter_indikationen ~ p {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  margin-right: 5px;
  margin-bottom: 10px;
}

.SumoSelect > .optWrapper > .options li label {
  white-space: normal;
  overflow: show;
}

.SumoSelect>.CaptionCont>span.placeholder{ font-style: normal !important; }
.SumoSelect .select-all.partial>span i, .SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{ background-color: #D5D400 !important; }
.SumoSelect>.optWrapper>.options li label{ white-space: normal !important; }
.SumoSelect[is-selected=true] .reset-all{ color: #D5D400 !important; }


#do_filter{
  color: #333;
  background-color: #D5D400;
  padding: 5px 5px 5px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  width: calc(50% - 5px);
  margin-left: 5px;
  margin-bottom: 10px;
}
#do_filter:before{
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  margin-right: 10px;
  font-weight: 500;
  color: #333;
}
div#opt_standorte_filter {
  display: flex;
  width: 100%;
}
.opt_standort_data a {
  color: #333 !important;
  font-size: 20px;
  line-height: 50px;
  /*font-family: "Interstate-Regular";*/
  font-weight: normal;
}
.opt_standort_data a:before{
  font-family: "Font Awesome 5 Pro";
  content: "\f08e";
  margin-right: 10px;
  font-weight: 500;
  color: #333 !important;
}
.opt_standort_data strong {
  font-family: "Overpass";
  font-size: 19px;
  font-weight: bold;
  color: #333333 !important;
}
.SumoSelect > .CaptionCont{
  position: relative;
  border: 1px solid #a4a4a4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.SumoSelect .select-all {
  height: auto !important;
}


@media screen and (max-width: 768px) {

  #opt_standorte_filter > .SumoSelect,
  #do_filter {
    width: 100%;
  }

  #opt_standorte_filter_typen ~ p,
  #opt_standorte_filter_bundeslaender ~ p,
  #opt_standorte_filter_indikationen ~ p,
  #do_filter {
    border-radius: 25px 25px 25px 25px !important;
    margin: 0px 0px 10px 0px;
  }
}





/*  blog */
.incon_beitag_title p {
  font-size: 30px;
  font-weight: lighter;
  color : var(--awb-color5) !important;
  padding-top: 20px;
  line-height:34px;
  font-weight: 400;
}

.incon_beitrag_read_more_link .fusion-button-text {
  color: #BAB900;
}
.incon_beitrag_read_more_link .fusion-button-text:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  margin-right: 10px;
  font-weight: 500;
  color: #BAB900;
}
/*
.fusion-button.button-4 {
  border:0px;
}
.fusion-button.button-5 {
  border:0px;
}
.fusion-button.button-6 {
  border:0px;
}
*/

#menu-hauptmenue {
  overflow: visible;
}


/*aktuelleseite */
#incon_blogbeitraege_filter_list ul {
  display : flex;
}
#incon_blogbeitraege_filter_list li {
  margin-right: 20px;
  border: 1px #FFFFFF solid;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#incon_blogbeitraege_filter_list li a{
  color:#3E3E3E;
  font-size:19px;
  font-family: "Overpass";
}

.ce-einleitung .fusion-text.fusion-text-2 {
  font-family: "Overpass";
  line-height: 34px;
}
/*privatkur seite */
.ce-angebote-featured-container {
  margin-bottom: 30px;
}
.ce-angebot-title h1 {
  margin-top: 30px !important;
}
.ce-angebot-title p {
  font-size: 30px;
  color: #47BFBD;
  font-family: "Overpass";
  font-weight: 400 !important;
  margin-bottom: 0px;
  line-height: 36px;
}

.ce-angebot-pricing p {
  font-family: "Overpass";
  font-size: 40px;
  font-weight: bold;
  color: #00A7A4;
}
.fusion-text ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\2022";
  margin-right: 10px;
  font-weight: 500;
  color: #00A7A4;
  position: absolute;
  left: 0px;
}
.fusion-text ul li {
  margin-bottom: 20px;
  line-height: 27px;
  padding: 0px 0px 0px 28px;
  position: relative;
  margin-left: 15px;
}
.ce-angebot-button .fusion-button-text {
  color: #BAB900;
}
.ce-angebot-button:hover {
  background-color:transparent;
}
.fusion-button.button-4:hover{
  background-color:transparent;
}
.fusion-button.button-5:hover{
  background-color:transparent;
}
.fusion-button.button-6:hover{
  background-color:transparent;
}
.ce-angebot-button  {
  border: 0px;
}

.ce-angebot-validity{
  background: #00A7A4;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  display: flex;
  padding: 20px 25px;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.ce-angebot-validity p {
  color: #FFFFFF;
  font-family: "Overpass" !important;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.ce-angebot-validity {
  position: absolute;
  right: 10px;
  z-index: 5;
  top: -30px
}
.fusion-layout-column {
  position: relative;
}
/*.fusion-title.fusion-sep-none .title-heading-left{
  font-size:30px;
}*/
.ce-angebote-featured-container .ce-angebote-liste-button {
  border-color: #bab900 !important;
  padding: 12px 16px !important;
}
.ce-angebote-featured-container .ce-angebote-liste-button:hover {
  border-color: var(--awb-color8) !important;
}
.ce-angebot-button {
  padding-left: 0px !important;
}



/* --- Accordion --- */
.fusion-accordian .toggle-content {
  font-weight: 100 !important;
}




/* --- USP mit Icon --- */
.ce-usp-mit-icon h3, .ce-usp-mit-icon h2 {
  margin-top: 20px;
  font-size: var(--h3_typography-font-size) !important;
  color: var(--h3_typography-color) !important;
  margin-bottom: 20px;
}








/* --- PODCASTS NEU -- */
.podcast-links-general a {
  margin-right: 12px;
}

.podcast-content .fusion-fullwidth {
  padding-bottom: 20px !important;
}

/* hide links with empty or no href*/
a.podcast-download-transcript[href=""], a.podcast-download-transcript:not([href]) {
  display: none;
}











@media screen and (max-width: 1800px) {
  .ce-shop .fusion-builder-row > div:nth-of-type(1) > div {
    padding: 15px !important;
  }
}





/* --- AkTIONEN --- */
@media screen and (max-width: 1300px) {
  .fusion-layout-column .fusion-row .ce-angebote-liste {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .fusion-layout-column .fusion-row .ce-angebote-liste {
    width: 100% !important;
  }
}




/* --- WELLEN --- */

.incon_hellgruen-oben::before {
  background-size: cover;
}
@media screen and (max-width: 1600px) {
 /*.incon_weiss_header_unten::after {
    background-repeat: no-repeat !important;
    background-position: 0px 40px;
  }*/
  .incon_hellgruen2-oben::before {
    background-position: top left !important;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
/*  .fusion-tb-header::after {
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    bottom: -25%;
  }*/
  /*.incon_weiss_header_unten::after {
    background-repeat: no-repeat !important;
    background-position: 0px 20px;
  }*/
}



#the_jobs {
  display: none;
}

#incon_custom_header .img-responsive, #incon_custom_header .fusion-menu-element-wrapper .fusion-menu-element-list#menu-hauptmenue, #incon_custom_header{ transition: all .5s linear; }

#incon_custom_header.fusion-sticky-transition{ padding-top: 0 !important; }
#incon_custom_header.fusion-sticky-transition .img-responsive{ width: 150px !important; }
#incon_custom_header.fusion-sticky-transition .fusion-menu-element-wrapper .fusion-menu-element-list#menu-hauptmenue, .fusion-sticky-container.fusion-sticky-transition .awb-menu__main-ul{ min-height: 0px !important; }

.ei-title h2, .main-flex .slide-content h2, .post h2, .post-content h2, h2, .fusion-author .fusion-author-title, .fusion-header-tagline, .fusion-modal .modal-title, .fusion-pricing-table .pricing-row, .fusion-pricing-table .title-row, .main-flex .slide-content h3, .post-content h3, .project-content h3, .sidebar .widget h3, h3{ font-family: "Overpass", interstate !important; }

#menu-hauptmenue > li > a{ padding: 0 20px !important; }

/*
.fusion-button i{ color: #BAB900; }
*/

.fusion-image-element a{ display: block !important; }

a:focus-visible img{ outline: 1px solid white !important; }

p a{
  text-decoration: underline !important;
}

p a:hover{
  text-decoration: none !important;
}

button:focus-visible, a.fusion-button:focus-visible, a.fusion-no-lightbox:focus-visible {
  /* remove default focus style */
  outline: none;
  /* custom focus styles */
  box-shadow: 0 0 2px 2px #51a7e8 !important;
  color: lime;
}

.podcast_container{ background: url('img/podcast-icn.png') no-repeat left center; padding-left: 95px; background-size: 71px; }
.hide-btm-bogen:after{ display: none; }
.button-hover-white:hover{ background: white !important; color: #19a7a4 !important;  }
.ce-angebot-button .fusion-button-text i{ color: #BAB900 !important;  }
.ce-angebot-button:hover .fusion-button-text i{ color: #19a7a4 !important; }

.ce-form-newsletter .gform_button:hover{ background: white !important; color: #d5d400 !important; }

@media screen and (max-width: 768px) {
  #menu-hauptmenue{ margin-top: 10px !important; }
  .fusion-body #featured-article > div.fusion-layout-column{ width: 100% !important;  }
  .ce-angebote-featured-container#featured-article .ce-angebot-title h2{ font-size: 26px !important; line-height:34px; }
  .post-content .ce-angebote-liste .ce-angebot-title p{ font-size: 26px !important; line-height:34px !important; }

  .ce-intro-info-header{ font-size: 36px !important; line-height: 44px !important; }
  .ce-intro-info-sub{ font-size: 28px !important; line-height: 32px !important; }

  .incon_h2 h2.title-heading-left.fusion-responsive-typography-calculated{ font-size: 31.6px !important; line-height:36px !important;  }
  h3.fusion-responsive-typography-calculated{ font-size: 31.6px !important; line-height:36px !important;}
  .ce-angebot-pricing p{ font-size:24px; line-height:30px; }

  .opt_bogen_top_v2{ padding-top: 80px; }

  .fusion-builder-row .incon_slide_box_content{ margin-top: 180px !important; }

  .post-content > .bg-parallax-parent{ padding-bottom: 70px !important; }
  .ce-intro .ce-intro-info{ min-height: 350px !important; width: 350px !important; min-width:350px !important; height: 350px !important; }
  .fusion-builder-row .incon_slide_box_content{ padding: 80px 20px; }

  .post-content > .ce-intro > .fusion-builder-row.fusion-flex-justify-content-space-between{ justify-content: center; }
  .incon_slide_box_content strong{ font-size: 26px; line-height:26px; }

  .podcast_container h3{ font-size: 24px !important;}

}
