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

@media(max-width:600px) {
	.fullwidth-box.video-background .fullwidth-video {
		position: relative;
	}
	.fullwidth-box.video-background .fullwidth-video video {
		height: 100%!important;
		width: 100%!important;
	}
}

.fusion-logo .fusion-logo-link img {
	width: 320px;
	max-height: min-content!important;
}
#mobile-menu-top span.menu-text {
    color: #fff;
}


@media(max-width:600px) {
	.fusion-logo .fusion-logo-link img {
		width: 260px;
	}
}

@media(min-width: 1024px) {
	.heading-twist h2 {
		background-color: #fff;
		color: #000 !important;
		display: inline-block;
		padding: 5px 20px !important;
	}
}

/* Contact */
#stf-lets-talk label {
	color: #fff!important;
}
#stf-lets-talk.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
	background-color: #000;
    color: #fff;
	border-radius: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px; 
}
#stf-lets-talk input::placeholder,
#stf-lets-talk textarea::placeholder{
	text-transform: uppercase;
	opacity: 0.7;
	color: #fff;
}
#stf-lets-talk.fusion-form-form-wrapper input:not([type=submit]):focus,
#stf-lets-talk.fusion-form-form-wrapper textarea:focus,
#stf-lets-talk.fusion-form-form-wrapper input:not([type=submit]):hover,
#stf-lets-talk.fusion-form-form-wrapper textarea:hover {
	border-color: #ffb200;
}


.slick-list {
	padding: 0 8% 0 8%!important;
}

.stf-slider-wrapper .stf-slider-single {
	padding: 0px;
	margin: 0 20px;
}
.stf-slider-wrapper .stf-slider-img-wrapper {
	position: relative;
}
/*.stf-slider-wrapper .stf-slider-img-wrapper i {
	position: absolute;
    top: 50%;
    left: 50%;
    color: orange;
    font-size: 40px;
    border: 1px solid orange;
    border-radius: 50%;
    padding: 20px 20px 20px 25px;
    transform: translate(-50%, -50%);
}*/
.stf-slider-wrapper .stf-slider-single .stf-slider-img {
    width: 100%;
    height: 300px;
    background-position: center;
	margin-bottom: 20px;
	/*background-size: 100% 100%;*/
	background-size: cover;
	transition: background-size .5s;
	background-position: center;
}
#slider-18.stf-slider-wrapper .stf-slider-single .stf-slider-img {
    width: 100%;
    height: 500px;
}
/*.stf-slider-wrapper .stf-slider-single .stf-slider-img:hover {
    background-size: 105% 105%;
}*/
.stf-slider-wrapper .stf-slider-single .stf-slider-title {
	padding: 0 40px 0 0;
	font-size: 20px;
    line-height: 1.4em;
	font-weight: bold;
	color: #fff;
}
.stf-slider-wrapper .stf-slider-single .stf-slider-sub {
	padding: 0 40px 0 0;
	font-size: 18px;
	color: #fff;
}
.stf-slider-wrapper .stf-slider-single .stf-slider-link {
	padding: 10px 40px 0 0;
}
.stf-slider-wrapper .stf-slider-single .stf-slider-link a {
	padding: 10px 20px;
	background-color: #ffb200;
	display: inline-block;
}

a.slicknav, a.slicknav:hover {
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    width: 140px;
    background: rgb(0, 0, 0);
    justify-content: center;
    align-items: center;
	cursor: pointer;
	color: initial;
}
a.slicknav.vor {
	background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	right: 0;
	left: auto;
}
a.slicknav.zurueck {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	right: auto;
	left: 0;
}
a.slicknav span {
	background-color: #ffa500;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
@media(max-width:890px) {
	a.slicknav, a.slicknav:hover {
		width: 100px;
	}
}
@media(max-width:600px) {
	a.slicknav, a.slicknav:hover {
		width: 50px;
	}
}


.inline-video-pop-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.inline-video-pop-wrapper .inline-video-pop-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	border: 1px solid;
	width: 68px;
	height: 68px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	animation: pulse 2s infinite;
	color: #ffa500;
	opacity: .5;
	display: none;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(212,175,55, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(212,175,55, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(212,175,55, 0);
	}
}
.inline-video-pop-wrapper .inline-video-pop-progress .play {
	color: #ffa500;
}
.inline-video-pop-wrapper .inline-video-pop-play:hover,
.inline-video-pop-wrapper .inline-video-pop-progress .play:hover {
	color: #edca59;
}

.inline-video-pop-wrapper .inline-video-pop-progress {
	display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 4px;
    left: 50%;
    background-color: #00000096;
    width: 96%;
    transform: translateX(-50%);
    border-radius: 6px;
    padding: 2px 10px 0px 10px;
	opacity: .5;
}
.inline-video-pop-wrapper:hover .inline-video-pop-play,
.inline-video-pop-wrapper:hover .inline-video-pop-progress {
	opacity: 1;
}
.inline-video-pop-wrapper .inline-video-pop-progress .bar {
	width: 100%;
	background: linear-gradient(90deg, rgba(212,175,55,1) 10%, rgba(212,175,55,27%) 10%);
	height: 5px;
	border-radius: 5px;
	margin: 0 10px 0 20px;
}