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

/* Trailer Startseite */
#trailer-start video {
	max-height: 650px !important;
}

/* Slide Show */
.main-flex .fusion-title-sc-wrapper:nth-of-type(1) {
	background: rgba(250,34,0,.6) !important;
}

.main-flex .fusion-title-sc-wrapper:nth-of-type(2) {
	background: rgba(0,0,0,.6) !important;
}

@media (max-width: 600px) {
	#main-slider h1{
		font-size: 28px !important;
	}
	
	#main-slider h2{
		font-size: 20px !important;
	}
	
	#main-slider .fusion-title {
		margin: 3px !important;
		display: flex;
	}
	
	#main-slider .flex-control-nav {
		display: none;
	}
}

/* Animated Title */
#main-animated-title .fusion-animated-texts-wrapper {
	background: #fe0000;
	padding: 0 8px !important;
}

/* Sections */
#ueber-uns, #unser-team {
	height: auto !important;
}

#start .fusion-builder-row {
	margin: inherit!important;
}

@media (max-width: 600px) {
	#last-person-column .fusion-builder-row {
		flex-direction: column-reverse !important;
	}
}

/* Getränkekarte */

@media (max-width: 600px) {
	#drink-tab table {
		font-size: 12px;
    }
	
	#drink-tab h5 {
		font-size: 14px !important;
	}
}

/* Formulare */
.checkfield-datenschutz label {
	color: white !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
	background: white;
}

.fusion-alert.alert-success.success {
	background: white;
}

