/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/*Generelle Informationen*/
.incon_default_border_radius .fusion-content-layout-column.fusion-column-wrapper {
  border-radius: 20px;
}
/*Shadow*/
.incon_shadow_default .fusion-content-layout-column.fusion-column-wrapper {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.08);
}
.incon_shadow_dark .fusion-content-layout-column.fusion-column-wrapper {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.18);
}
/*Blog*/
.incon_blog_content .fusion-fullwidth {
  padding: 0;
}
blockquote {
  background: var(--awb-color8) !important;
  border: none !important;
  margin: 0px;
  position: relative;
}
blockquote::after {
  content: '"';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  font-size: 60px;
  left: 0;
}
/*Search*/
.incon_search_results .fusion-post-wrapper {
  border-radius: 20px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.08);
}
/*Formular*/
.validation_message {
  padding: 10px;
}
.gform_footer input.gform_button {
  background: var(--button_gradient_top_color) !important;
  border-color: var(--button_border_color) !important;
  color: var(--button_accent_color) !important;
  padding: var(--button_padding-top) var(--button_padding-right) var(--button_padding-bottom) var(--button_padding-left) !important;
  line-height: var(--button_line_height) !important;
  font-size: var(--button_font_size) !important;
  border-radius: var(--button-border-radius-top-left, 0) var(--button-border-radius-top-right, 0) var(--button-border-radius-bottom-right, 0) var(--button-border-radius-bottom-left, 0) !important;
  border-width: var(--button_border_width-top, 0) var(--button_border_width-right, 0) var(--button_border_width-bottom, 0) var(--button_border_width-left, 0) !important;
  border-radius: var(--button-border-radius-top-left) var(--button-border-radius-top-right) var(--button-border-radius-bottom-right) var(--button-border-radius-bottom-left) !important;
  text-transform: var(--button_text_transform) !important;
}
.gform_footer input.gform_button:hover {
  background: var(--button_gradient_top_color_hover) !important;
  color: var(--button_accent_hover_color, var(--button_accent_color)) !important;
  border-color: var(--button_border_hover_color) !important;
}
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/*
 * Meta Header USP

#incon_meta_header {
    position: relative;

    ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        grid-gap: 15px;
        font-size: 15px
    }

    &::before {
        content: '';
        height: 100%;
        width: 500%;
        position: absolute;
        left: -50%;
        background: $primary-color_1;
        z-index: -1
    }
}
*/
/*
 * Header

.fusion-tb-header {
    .box_shadow_bottom {
        box-shadow: $box-shadow-bottom!important;
    }
}*/
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/*
 * Inconcepts Grid Template



.incon_grid {
    display: grid;
    grid-gap: $default_grid_gap;
    margin-bottom: 30px;

        h2, h3, h4 {
            margin: 15px 0
        }

        a {
            border: 1px solid;
            display: block;
            text-align: center;
            padding: 8px 15px;
            margin-top: 15px;
            border-radius: $default_border_radius;
            &:hover {
                background: $link-hover-color!important;
                color: #fff
            }
      }
        .incon_column {
            border: 1px solid #dedede;
            border-radius: $default_border_radius;
            padding: 20px;
            overflow: hidden;

        img.fullwidth-img {
            margin: -20px -20px 0;
            max-width: -moz-available;
            max-width:  -webkit-fill-available;
            max-width: stretch
        }
      }
}
.incon_grid_2 {
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr))
}
.incon_grid_3 {
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr))
}
.incon_grid_4 {
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr))
}

 */
/*
 * Responsive View
 */
/*@media screen and (max-width: $mobile-l) { */
/* Grid Settings*/
/* .incon_grid_2, .incon_grid_3 {
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr))
    }
}*/
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Media Queries */
/*# sourceMappingURL=app.css.map */