/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.intro {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

body .intro h1,
body .intro h2,
body .intro h3, 
body .intro-white h1,
body .intro-white h2,
body .intro-white h3,
body .h1-white h1,
body .h2-white h2,
body .h3-white h3 {
    color: #ffffff !important;
}

.intro-white {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 1.8 !important;

}

.intro-black {
    color: #333333 !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 1.8 !important;
}

.white {
    color: #ffffff !important;
}

.to-top-right #toTop {
    background-color: var(--awb-color6) !important;
    color: #ffffff;
	right: 25px !important;
}


@media all and (max-width: 800px) {
	.to-top-right #toTop {
		right: 1.1rem !important;
	}
}

.ca-fix-button-chat,
.ca-fix-button-email,
.ca-fix-button-telephone {
    border-radius: 50%;
    height: 3rem;
    position: fixed;
    right: 25px;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--awb-color6);
    z-index: 9999;
}

.ca-fix-button-chat {
    bottom: 11rem
}

.ca-fix-button-telephone {
    bottom: 7rem
}

.ca-fix-button-email {
    bottom: 3.1rem
}

@media all and (max-width: 800px) {
	.ca-fix-button-chat {
		bottom: 14.1rem;
		right: 0.9rem;
	}

    .ca-fix-button-telephone {
        bottom:10rem;
        right: 0.9rem;
    }

    .ca-fix-button-email {
        right: 0.9rem;
        bottom: 5.9rem;
    }
}

.ca-fix-button-chat i,
.ca-fix-button-telephone i,
.ca-fix-button-email i {
    font-size: 1.3rem;
    color: #ffffff;
	transition: all 0.3s linear !important;
    animation-name: manimate_i;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes manimate_i {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media only screen and (max-width: 800px) {
    body .to-top-right #toTop {
        right: 1.2rem;
    }
}

.ca__team.ca__team--container .fusion-title {
    padding: 40px 40px 25px 40px;
    font-size: 28px;
    color: rgb(255, 146, 158);
    margin-bottom: 0 !important;
    line-height: 1.4;
}

.ca__team.ca__team--container .fusion-text {
    padding: 0 40px 20px 40px;
}

/* Quickbar */
@media all and (max-width: 360px) {
    .quickbar-tel,
    .quickbar-mail {
        display: none !important;
    }
}

/* Menu */
.awb-off-canvas-wrap .awb-off-canvas .off-canvas-close {
    margin-right: 12px !important;
    margin-top: inherit !important;
    position: relative !important;
    font-size: 28px !important;
}
    
.awb-menu.collapse-enabled li:first-child {
    border-top: 1px solid var(--awb-mobile-sep-color);
}

.ca-top-bar.awb-menu {
    --awb-min-height: 3em;
}

/* CTA Rows */
.ca-cta-m-row .fusion-text {
	hyphens: auto;
}

/* Counting */
.ca-counting {
    background: url(/wp-content/uploads/2024/02/logo-icon-list.svg) center center;
    color: #ffffff;
    width: 70px;
    height: 52px;
    text-align: center;
    background-size: inherit;
}

.ca-counting span {
	position: relative;
	left: 5px;
	top: 3px;
	font-family: var(--awb-text-font-family);
	font-size: var(--awb-font-size);
	font-weight: bolder;
}

/* YouTube Videos 100% width */
.ca-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.ca-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SVG */
.svg-full-width,
.svg-full-width img {
    width: 100%;
}

/* Blog Single Page */
@media all and (min-width: 1025px) {
	.single-post .post-content > .fusion-fullwidth > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper > div > .fusion-fullwidth > .fusion-builder-row > .fusion-layout-column.fusion_builder_column_1_1 > .fusion-column-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Helper Column Reverse */
@media all and (max-width: 1024px) {
	/* Need to add nested columns */
	.ca-column-reverse.fusion-flex-container > .fusion-row {
		flex-direction: column-reverse !important;
	}
}

/* Gradients */
.ca-three-colored-gradient {
	background: rgb(26,156,216) !important;
	background: linear-gradient(184deg, rgba(26,156,216,1) 0%, rgba(58,186,201,1) 50%, rgba(252,233,109,1) 100%) !important;
}

.ca-logo-icon-list::before {
  content: url(/wp-content/uploads/2024/02/flower-liste-style-icon.svg);
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin: -1px 15px 0 0;
}

.fifty-fifty-max-content-width .fusion-column-wrapper > div{
    max-width: 680px;
}

.ca-logo-image img {
	width: 300px;
}

@media all and (min-width: 1280px) {
    .ca-header--max-width .fusion-column-wrapper {
        max-width: 1600px;
		padding-left: 30px !important;
		padding-right: 30px !important;
        margin-left: auto !important;
		margin-right: auto !important;
	}
}

#kategorien-dropdown {
  color: #000;
  background-color: #fff;
}

#kategorien-dropdown option {
  color: #000;
  background-color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  white-space: nowrap;
}

#kategorien-dropdown {
  border: 2px solid #22747d; 
  color: #000;            
  background-color: #fff; 
  padding: 5px;           
  border-radius: 4px;     
}





.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
  border: 2px solid #22747d !important;
  border-radius: 4px !important;
  color: #000 !important;
  background-color: #fff !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}


.fusion-form-form-wrapper .fusion-form-field .fusion-form-input:hover {
  border-color: #009ee3 !important;
}


.fusion-form-form-wrapper .fusion-form-field .fusion-form-input:focus {
  border-color: #009ee3 !important;
  box-shadow: 0 0 0 3px rgba(0, 158, 227, 0.3) !important;
  outline: none !important;
}



.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-upload-field-container {
  border: 2px dashed #22747d !important;
  border-radius: 6px !important;
  background: #fff !important;
  transition: border-color .2s, box-shadow .2s;
}


.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-upload-field-container:hover,
.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-upload-field-container:focus-within {
  border-color: #009ee3 !important;
  box-shadow: 0 0 0 3px rgba(0,158,227,.2) !important;
  outline: none !important;
}


.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-upload-field-container .fusion-form-input[disabled],
.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-upload-field-container .fusion-form-input[readonly] {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}


.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-input-with-icon .fa-upload {
  color: #22747d;
}
.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-upload-field-container:hover .fusion-form-input-with-icon .fa-upload,
.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-upload-field-container:focus-within .fusion-form-input-with-icon .fa-upload {
  color: #009ee3;
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field
  .fusion-form-upload-field-container .fusion-form-upload-field {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  
}


._brlbs-cb-youtube ._brlbs-btn[data-borlabs-cookie-unblock] {
  background-color: #22747d !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color .2s, box-shadow .2s;
}

._brlbs-cb-youtube ._brlbs-btn[data-borlabs-cookie-unblock]:hover,
._brlbs-cb-youtube ._brlbs-btn[data-borlabs-cookie-unblock]:focus-visible {
  background-color: #195a61 !important;
}

._brlbs-cb-youtube ._brlbs-btn[data-borlabs-cookie-unblock]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 6px;
}

._brlbs-cb-youtube ._brlbs-caption a {
  color: #009ee3 !important;
  text-decoration: underline;
  font-weight: 500;
}

._brlbs-cb-youtube ._brlbs-caption a:hover,
._brlbs-cb-youtube ._brlbs-caption a:focus-visible {
  color: #007bb0 !important;
  outline: none;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 4px;
}

p a,
.fusion-li-item a {
    border-bottom: 1px solid;
}