/*
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
*/

/* colors */
:root {
	--primary: var(--awb-color5);
	--secondary: var(--awb-custom_color_2);
}


.fusion-text p{
	margin-top: 0;
}
.post-content .fusion-title .fusion-title-heading{
	color: var(--awb-text-color)!important;
}
.title-label h4{
	display: inline-block;
	width: auto;
	background: #000;
	color: #fff!important;
	padding: 15px 50px!important;
	line-height: 1;
	text-transform: uppercase!important;
}

/* quote */
.rsv-quote{
	padding-left: 100px;
	padding-top: 50px;
}
.rsv-quote p:first-child:before{
	content: '';
	background-image:url('/wp-content/uploads/Zitat400px.png');
	background-size: contain;
	position: absolute;
	left: -20px;
    top: -45px;
    font-size: 200px;
    height: 150px;
    width: 150px;
}
@media screen and (max-width: 769px) {
	.rsv-quote{
        padding-left:0;
        padding-right:0;
        font-size:25px!important;
    }
    .rsv-quote p:first-child:before{
        left: 0;
        height: 100px;
	    width: 100px;
    }
}
@media screen and (min-width: 770px) and (max-width: 1024px){
	.rsv-quote{
        font-size:33px!important;
    }
}


/* main menu */
.fusion-tb-header .fusion-menu .wpml-ls-current-language a .menu-text{
	color: var(--primary);
}


/* boosttech */
.text-bg-blue{
    background: var(--primary);
    padding: 20px;
}
.picto-row > div{
	gap: 25px;
}
.picto-row .fusion-image-element{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 175px;
	@media screen and (max-width: 769px) {
		flex-basis: 125px;
	}
}
.picto-row .fusion-text{
	flex-grow: 1;
	flex-shrink: 1;
	@media screen and (max-width: 769px) {
		hyphens: auto;
		font-size: 20px;
	}
}


/* contact */
.extend-bg-right{
    position: relative;
    overflow: visible;
    background-color: var(--primary);
}

.extend-bg-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: 0;
    background-color: inherit;
    z-index: -1;
}
@media screen and (max-width: 769px) {
	.extend-bg-left-mobile{
		position: relative;
	    overflow: visible;
    	background-color: var(--primary);
	}
	.extend-bg-left-mobile::before{
		content: "";
	    position: absolute;
    	top: 0;
	    left: -50%;
	    bottom: 0;
    	right: 0;
	    background-color: inherit;
    	z-index: -1;
	}
}


/* forms */
.contact-form-rsv p{
	line-height: 1;
}
.contact-form-rsv input , .contact-form-rsv textarea{
	transition: .5s;
	margin-top: 15px;
}
#main .contact-form-rsv .wpcf7-captchar{
	border-width: 2px;
	border-color: var(--form_bg_color);
	font-size: var(--form_text_size, 16px);
}
#main .contact-form-rsv .wpcf7-captchar:focus{
	border-color: var(--form_focus_border_color);
}
.contact-form-rsv .wpcf7-captchac{
	margin-top:10px;
	margin-bottom:10px;
}
.screen-reader-response{
    display:none;
}
.contact-form-rsv .wpcf7-not-valid-tip{
	font-size: 13px;
	color:#db4b68;
}
.contact-form-rsv .wpcf7-submit{
    transition: all .5s ease!important;
    background-color: #a1a1a0!important;
    font-size: 19px!important;
}
.contact-form-rsv .wpcf7-submit:hover{
	background-color: var(--form_focus_border_color)!important;
}
.wpcf7-form.init .wpcf7-response-output, .wpcf7-form.submitting .wpcf7-response-output{
	display: none;
}
.contact-form-rsv .fusion-alert{
	font-size: 19px;
}
.contact-form-rsv .fusion-alert .alert-icon{
	display: none;
}


/* agb, imprint, privacy, single */
.text-only .fusion-text *:last-child{
	margin-bottom: 0;
}
.text-only .fusion-text a{
	text-decoration: underline;
}


/* mobile */
@media screen and (max-width: 769px) {
	.font-heading-xl, .font-heading-xl *{
		font-size:90px!important;
        hyphens:auto;
	}
	.font-heading-lg, .font-heading-lg *{
		font-size:70px!important;
        hyphens:auto;
	}
	.font-heading, .font-heading *{
		font-size:45px!important;
        hyphens:auto;
	}
	.font-sub-heading, .font-sub-heading *{
		font-size:35px!important;
        line-height: normal!important;
        hyphens:auto;
	}
	.box-heading{
		font-size:35px!important;
	}
    .headline-twoline{
        top:-100px;
    }
    .text-only .fusion-text h1, .single-post .post h1{
    	font-size:50px!important;
    	line-height: 1!important;
        hyphens:auto;
    }
    .text-only .fusion-text h2, .single-post .post h2{
    	font-size:35px!important;
        hyphens:auto;
    }
    .text-only .fusion-text h3, .single-post .post h3, .single-post .post h4{
    	font-size:25px!important;
        hyphens:auto;
    }
    .text-only .fusion-text, .single-post .post .post-content{
    	font-size: 17px;
    }
    .text-only .fusion-text a{
    	word-wrap: break-word;
    }
}
@media screen and (min-width: 770px) and (max-width: 1024px){
	.font-heading-xl, .font-heading-xl *{
		font-size:150px!important;
	}
	.font-heading-lg, .font-heading-lg *{
		font-size:115px!important;
	}
	.font-heading, .font-heading *{
		font-size:75px!important;
	}
	.font-sub-heading, .font-sub-heading *{
		font-size:45px!important;
        line-height: normal!important;
	}
	.box-heading{
		font-size:45px!important;
	}
	.text-only .fusion-text h1, .single-post .post h1{
    	font-size:65px!important;
    	line-height: 1!important;
    }
    .text-only .fusion-text h2, .single-post .post h2{
    	font-size:50px!important;
    }
    .text-only .fusion-text h3, .single-post .post h3, .single-post .post h4{
    	font-size:35px!important;
    }
    .text-only .fusion-text, .single-post .post .post-content{
    	font-size: 22px;
    }
}


/* reste ingo */
.text-highlight strong{
    color: var(--secondary);
}
.link-black a{
    color: #000;
    font-weight: bold;
}
.link-black a:hover{
    color: #fff;
}
.hyphen-on + .awb-imageframe-caption-container .awb-imageframe-caption-title, .hyphen-on h5{
    hyphens: auto;
}
.more-btn .fusion-button-text{
    font-size:28px;
    font-weight:800;
}
.mr-0 .fusion-column-wrapper{
    margin-right:0!important;
}
.sep-hz .fusion-column-wrapper{
    margin-left:0!important;
    margin-right:0!important;
}
.sep-vert .fusion-column-wrapper{
    margin-left:0!important;
}
@media only screen and (max-width: 600px) {
    .image-siemens{
        top:-250px;
    }
    .headline-twoline{
        top:-100px;
    }
}


/* newsletter */
	#rapidmail-newsletter{
		font-size: 16px;
		line-height: 1;
        position: fixed;
        right: -220px;
        top: 50vh;
        margin-top: -125px;
        width: 220px;
        min-height: 250px;
        background: var(--primary);
        z-index: 999;
        padding: 10px 30px 10px 10px;
        transition: right .5s cubic-bezier(.47,1.64,.41,.8);
    }
    #rapidmail-newsletter.active{
        right: -20px;
    }
    #rapidmail-newsletter .nl-close{
        text-align:right;
        margin-bottom: 10px;
    }
    #rapidmail-newsletter a{
        color: var(--secondary);
        text-decoration: none;
        transition: .5s;
    }
    #rapidmail-newsletter a:hover{
        color: #000;
    }
    #rapidmail-newsletter .image{
        padding: 15px;
        transition: .5s;
    }
    #rapidmail-newsletter .image:hover{
        cursor: pointer;
        transform: scale(1.025);
    }
    #rapidmail-newsletter .image img{
        max-width: 100%!important;
        height: auto!important;
    }
	.rmPopup__close{
		top: 10px!important;
		right: 10px!important;
	}
