
@media (max-width: 768px) {
	#mobile-nav,
	#mobile-header{
		display: block;
	}
	#header{
		width: 100%;
		padding-top: 0px;
		display: none;
	}
	
	#header img{
		max-width: 100%;
	}
	#mobile-header{
		display: block;
	}
	#mobile-header img{
		max-width: 100%;
	}
	#mobile-logo-section{
		padding-top:5px; 
	}
	#mobile-nav ul{
		background: #02172C;
	}
	
	#mobile-nav li{
		border-bottom: 1px solid #ABABAB;
		margin: 0;
		font-size: 16px;
	}
	#mobile-nav li a{
		color: #FEFEFE;
		padding: 6px 0;
		display: block;
	}
	
	#mobile-logo-section{
		margin: 0 10px 0 60px;
	}
	#logo-company{
		margin-top: -14px;
	}
	
	#header-wrapper, #main-navi{
		display: none;
	}
	
	#content{
		width: 100%;
		background-position: right -138px center!important;
	}
	
	#content img{
		max-width: 100%;
	}
	
	#container{
		width: 100%;
	}
	#maincol{
		width: 100%;
		/*padding: 8px 0;*/
		box-sizing: border-box;
		padding-right: 12px;
		padding-left: 12px;
	}
	#maincol p, h3, h4 {
		padding-left: 0px;
	}
	
	#rightcol{
		width: 100%;
		margin-top: 10px;
	}
	
	#rightcol .box
	{
		float: left;
		width: 48%!important;
		margin: 0px 1% 10px;
		/*box-sizing: border-box;*/
	}
	#rightcol #seria-slider,
	#rightcol .unslider-wrapper{
		float: right;
		background-image: none;
		width: 100%!important;
		margin: 0;
	}
	#footer{
		clear: both;
		width: 100%;
		text-align: center;
	}
	
	#disclaimer p {
		border: 0px;
		font-size: 10px;
	}
	#crash-report {
		height: 370px;
	}
	.form.kontakt{
		padding-left: 0;
	}
	.kontakt form{
		width: 100%;
	}
}


@media (max-width: 600px) {
	#content img.responsive{
		width: 100%!important;
		height: auto!important;
	}
	
	#rightcol .box,
	#rightcol #seria-slider,
	#rightcol .unslider-wrapper,
	#rightcol .unslider{
		width: 100%!important;
		margin: 10px 0 0 0;
		float: none;
	}
	#crash-report .etabs li{
		width: 80%;
		margin-top: 3px;
		
		border-width: 0px 0px 0px 1px;
	}
	#crash-report li.active {
		border: 1px solid #0070d0;
		border-width: 0px 0px 0px 1px;
	}
	#crash-report .active a{
		display: inline-block;
		border-bottom: 1px solid #0070d0;
	}
	
	#home_img img{
		margin: 0 -30%;
		max-width: 130%;
	}
	.crash-stat{
		width: 100%;
	}
	
	#switch-year{
		display: block;
	}
	
	dl,ul,ol{
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	#race_calender li{
		margin: 15px;
	}
	.hide-xs{
		display: none;
	}
	#mobile-logo-section{
		text-align: center;
	}
	#logo-company{
		width: 70%;
	}
	#footer{    
		height: auto;
		background: #0B0B0B;
	}
	#footer a{
		display: block;
		margin: 5px 0;
	}
	#footer span{
		display: none;
	}
	
	#home_img img{
		margin: 0 -40%;
		max-width: 140%;
	}
	.kontakt form input,
	.kontakt form textarea{
		width: 100%!important;
	}
}


.icon.open{
	color: #fff;
	font-size: 33px;
	pborder: 1px solid;
	padding: 0 5px;
}

.icon.open:hover{
	cursor: pointer;
}

button {
  color: white;
  padding: 1em;
  border: 0;
  cursor: pointer;
  background: red;
}

button.active {
  background: green;
}


@media (min-width: 700px) {
  button {
    display: none;
  }
}



.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 55px;
  float: left;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  /*font-family: "responsivenav", sans-serif;*/
  font-size: 38px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 32px;
  content:"x";
}
