@charset "utf-8";
/* CSS Document */

@keyframes animatedBackground {
 from {
background-position: 100% bottom;
}
 to {
background-position: 0 bottom;
}
}
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7vw;
	font-weight: 100;
	margin: 0;
	padding: 0;
}
H1, H2, H3 {
	font-family: 'Oswald', sans-serif;
	color: #3d444c;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2.2vw;
	letter-spacing: 0.2em;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #fff;
}
p {
	text-align: justify
}
img {
	max-width: 100%;
	height: auto;
}
.staff_portrait, .parners_img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.staff_portrait:hover, .parners_img:hover {
	-webkit-filter: none;
	filter: none;
}
.headline_left {
	float: left;
	width: 80%;
}
.headline_right {
	float: right;
	width: 20%;
	padding: 10px 0;
}
.headline H1 {
	color: #24508f;
	letter-spacing: 0.4em;
	font-size: 3vw;
	margin-left: 30px;
}
.clear {
	clear: both;
}
/* Sweep To Right */
a.hvr-sweep-to-right {
	padding: 10px 20px;
	text-decoration: none;
	display: block;
}
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3d444d;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #3d444d;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #b1b4b8;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
	color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
/* Box 01  */
.box_01 {
	display: block;
	width: 100%;
	background: url(../images/box_01_2color_bg.png) center;
}
/* Box 1 left */
.box_01_left {
	float: left;
	width: 50%;
	background: url(../images/box_01_leftarrow.gif) no-repeat right bottom #c4cccc;
}
.box_01_left_outer {
	height: 100%;
	padding: 0 100px 0 30px;
}
/* Box 1 right */
.box_01_right {
	float: right;
	width: 50%;
}
.box_01_right_outer {
	background: #9ca5a6 url(../images/motocross_bg2.jpg) repeat-x right bottom;
}
.box_01_right_outer:hover {
	animation: animatedBackground 50s linear infinite;
}
.box_01_right_inner {
	background: url(../images/box_01_topcorner.gif) 0 0 no-repeat;
}
.box_01_right_content {
	position: relative;
	padding-left: 30px;
	top: -25px;
}
/* Box 2 */
.box_02 {
	display: block;
	width: 100%;
	background: url(../images/box_02_2color_bg.png) center;
}
/* Box 2 left */
.box_02_left {
	float: left;
	width: 50%;
	background: #3d444d;
}
.box_02_left_outer {
	height: 100%;
	padding: 0 100px 0 30px;
}
.box_02_left_outer H2, .box_02_left_outer p {
	color: #d8dadb;
}
/* Box 2 right */
.box_02_right {
	float: right;
	width: 50%;
}
.box_02_right_outer {
	background: #d8dadb url(../images/box_2_right_2_bg.jpg) repeat-x right bottom;
}
.box_02_right_outer:hover {
	animation: animatedBackground 50s linear infinite;
}
.box_02_right_inner {
	background: url(../images/box_02_topcorner.gif) top left no-repeat;
}
.box_02_right_content {
	position: relative;
	left: -55px;
	bottom: -40px;
	padding-top: 40px;
}
/* Box 3 */

.box_03 {
	padding: 0;
	background: #24508f;
}
/* Box 3 left */
.box_03_left {
	float: left;
	width: 50%;
	background: url(../images/rolunk.jpg) left bottom;
	padding: 0;
}
.box_03_left_outer {
	margin-bottom: -4.2em;
}
.box_03_left_inner {
}
.box_03_left_content1, .box_03_left_content2, .box_03_left_content3, .box_03_left_content4 {
	float: left;
	position: relative;
	width: 50%;
}
.box_03_left_content1 {
	top: 0.2em;
	left: 0.2em;
}
.box_03_left_content2 {
	top: 0.2em;
	left: -10%;
}
.box_03_left_content3 {
	top: -4em;
	left: 2.2em;
}
.box_03_left_content4 {
	top: -4em;
	left: -3%;
}
/* Box 3 right */
.box_03_right {
	float: right;
	width: 50%;
}
.box_03_right_outer {
	padding: 0 1em;
}
.box_03 H2 {
}
.box_03_right_outer H2, .box_03_right_outer p {
	color: #fff;
}
.box_03_right a {
	padding: 10px 20px;
	text-decoration: none;
	border: 1px #b1b4b8 solid;
	border-radius: 3px;
}
/* Box 4 */

.box_04 {
	padding: 0;
	background: #4195cc;
}
/* Box 4 left */
.box_04_left {
	float: left;
	width: 50%;
	padding: 0;
}
.box_04_left_outer {
	height: 100%;
	padding: 0;
}
.box_04_left_inner {
	padding: 0;
	margin-bottom: -0.3em;
}
/* Box 4 right */
.box_04_right {
	float: right;
	width: 50%;
}
.box_04_right_outer {
	padding: 0 1em;
}
.box_04 H2 {
}
.box_04_right_outer H2, .box_04_right_outer p {
	color: #fff;
}
.box_04_right a {
	padding: 10px 20px;
	text-decoration: none;
	border: 1px #b1b4b8 solid;
	border-radius: 3px;
}
.box_04 {
	padding: 0;
	background: #282d33;
}
/* Bottom menu */

.box_botmenu {
	padding: 0 30px 20px 30px;
	background: #c4cccc;
	border-top: 4px solid #7a8080;
}
.botmenu-third {
}
.botmenu-third {
	width: 20%
}
.botmenu-row-padding {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	font-size: 1vw;
}
.botmenu-row-padding H2 {
	font-size: 1.4vw;
	font-weight: 800;
	color: #24508f;
}
/* Footer*/

.footer {
	background: #3d444d;
	color: #c4cccc;
	font-size: 1.0vw;
	padding: 30px;
}
.footer_left {
	float: left;
	width: 80%
}
.footer_right {
	float: left;
	width: 20%;
	text-align: right;
}
.footer_right a {
	padding: 10px 20px;
	text-decoration: none;
	border: 1px #b1b4b8 solid;
	border-radius: 3px;
}
/* Top navigation begin */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: #3d444d;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav_span {
	z-index: 1;
	top: 20px;
	right: 20px;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px 10px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 16px;
}
}

/* Top navigation begin */

/* Tablet skin */
@media screen and (max-width: 768px) {
body {
	font-size: 24px;
}
.headline H1, H1, H2 {
	text-align: center;
	font-size: 26px;
}
.headline_left {
	width: 100%;
	float: none;
	text-align: center;
}
.headline_right {
	width: 100%;
	float: none;
	text-align: center;
	padding: 10px 0 0 0;
}
.headline H1 {
	color: #24508f;
	letter-spacing: 0.2em;
	font-size: 30px;
	margin-left: 10px;
}
.box_01_left, .box_01_right, .box_02_left, .box_02_right, .box_03_left, .box_03_right, .box_04_left, .box_04_right {
	float: none;
	width: 100%;
}
.box_01_left {
	background: #c4cccc;
}
.box_01_left_outer, .box_02_left_outer, .box_03_right_outer, .box_04_right_outer {
	padding: 20px;
}
.box_01_right {
	float: none;
	width: 100%;
	height: auto;
	background: #9ca5a6 url(../images/motocross_bg.png) repeat-x bottom;
}
.box_01_right_content {
	position: inherit;
	padding: 20px 10px;
	background: none;
}
.box_02_right_content {
	position: inherit;
	padding: 20px 10px;
	background: none;
}
.botmenu-third {
	float: none;
	width: 100%;
	border-bottom: 1px dotted #848b8c;
}
.botmenu-row-padding {
	padding: 0;
	font-size: 22px;
	display: block;
}
.botmenu-row-padding H2 {
	font-size: 30px;
	color: #24508f;
}
.footer_left, .footer_right {
	float: none;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}
.sidenav_span {
	/*display: none !important;*/
}
}
