/*
 Theme Name:   OneEngine Child
 Theme URI:    -
 Description:  OneEngine Child Theme
 Author:       Ulli Kassner
 Author URI:   -
 Template:     oneengine
 Version:      1.0.0
 Tags:         
 Text Domain:  oneengine-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

@import url("../oneengine/style.css");

/* Für Trikot-Bestellseite */
.VideoContainer {
    position: relative;
    width: 100%;
	max-width: 560px;
    height: 0;
    padding-bottom: 26%;
	margin-left: auto;
    margin-right: auto;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-height: 315px;
}

.wpcf7-quiz-label {
	font-weight: normal;
	color: #fff;
	text-align: left;
}

.contact-captcha-box {
	color: #000;
	font-weight: normal !important;
	text-align: center;
	width: 50px;
}