body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
:root {
	--b: #000000;
	--btxt: #FFFFFF;
	--y: #FDF119;
	--ytxt: #000000;
}

@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 400;
	src:url('../../files/autevis-soccer/fonts/Regular.eot');
	src:url('../../files/autevis-soccer/fonts/Regular.eot?#iefix') format('embedded-opentype'),
	url('../../files/autevis-soccer/fonts/Regular.woff2') format('woff2'),
	url('../../files/autevis-soccer/fonts/Regular.woff') format('woff'),
	url('../../files/autevis-soccer/fonts/Regular.ttf') format('truetype'),
	url('../../files/autevis-soccer/fonts/Regular.svg#svgFontName') format('svg');
}
	
@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 700;
	src:url('../../files/autevis-soccer/fonts/Bold.eot');
	src:url('../../files/autevis-soccer/fonts/Bold.eot?#iefix') format('embedded-opentype'),
	url('../../files/autevis-soccer/fonts/Bold.woff2') format('woff2'),
	url('../../files/autevis-soccer/fonts/Bold.woff') format('woff'),
	url('../../files/autevis-soccer/fonts/Bold.ttf') format('truetype'),
	url('../../files/autevis-soccer/fonts/Bold.svg#svgFontName') format('svg');
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	outline-width: 0px;
}

body {
	background-color: #F8F8F8;
	color: #000000;
	font-family: 'Schrift';
	font-size: 1.1rem;
	height: 100%;
}

p {
	line-height: 135%;
}

#footer {
	background-color: var(--b);
	color: var(--btxt);
}

#footer a {
	color: var(--y);
}

#footer h4 {
	font-size: 1.4rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer h4 img {
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
	width: 25px;
}

#footer .inside {
	padding: 20px;
}

#footer .inside .info {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

#footer .inside .logo {
	width: 33.33%;
}

#top:not(:target) .soccer--top .nav {
	left: -1000px;
	position: absolute;
	top: 0px;
}

#top:not(:target) .soccer--top .menu-close,
#top:target .soccer--top .menu-open {
	display: none;
}

#top:target .soccer--top .menu-close,
#top:not(:target) .soccer--top .menu-open {
	display: block;
}

#top:target .soccer--top .nav {
	font-size: 1.2rem;
	height: 100vh;
	left: 0;
	min-height: 100vh;
	padding: 20px;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s ease 0s; left: 0px;
	-moz-transition: all 0.5s ease 0s; left: 0px;
	-o-transition: all 0.5s ease 0s; left: 0px;
	transition: all 0.5s ease 0s; left: 0px;
	width: 75%;
	z-index: 1000;
}

.nomobile {
	display: none !important;
}

.soccer--box-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.soccer--box-flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.soccer--box-flex-item-40 {
	
}

.soccer--box-flex-item-50 {
	
}

.soccer-box-imgtxt {
	background-color: #FFF;
	border: 1px solid #DBDBDB;
	border-bottom: 5px solid var(--y);
	margin-bottom: 20px;
}

.soccer-box-imgtxt h1,
.soccer-box-imgtxt h2,
.soccer-box-imgtxt h3,
.soccer-box-imgtxt h4,
.soccer-box-imgtxt h5,
.soccer-box-imgtxt h6 {
	margin-bottom: 20px;
}

.soccer-box-imgtxt .rte {
	padding: 20px;
}

.soccer--header {
	position: relative;
	width: 100%;
}

.soccer--header figure {
	display: block;
	width: 100%;
}

.soccer--header figure img {
	display: block;
	height: auto;
	width: 100%;
}

.soccer--header p {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px;
}

.soccer--header .rte {
	left: 20px;
	position: absolute;
	top: 20px;
}

.soccer--padbox {
	padding: 20px;
}

.soccer--top {
	background-color: #FFF;
}

.soccer--top .logo {
	width: 30%;
}

.soccer--top .nav {
	background-color: var(--y);
	color: var(--ytxt);
	left: 0px;
	position: relative;
	top: 0px;
	width: 70%;
}

.soccer--top .nav a {
	color: var(--ytxt);
	text-decoration: none;
}

.soccer--top .nav ul {
	margin: 0px;
}

.soccer--top .nav ul li {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.soccer--top .nav-mail figure,
.soccer--top .nav-menu figure {
	display: block;
	height: 50px;
	width: 50px;
}

.soccer--top .nav-mail figure img,
.soccer--top .nav-menu figure img {
	display: block;
	height: 100%;
	width: 100%;
}
