/* Created by TopStyle Trial - www.topstyle4.com */
div[data-role="menu"] div[data-role="search"] input:focus{
	border-color: #0b3e7f;
	-o-box-shadow: 0 2px 2px #D3E1FC inset;
	-moz-box-shadow: 0 2px 2px #D3E1FC inset;
	-webkit-box-shadow: 0 2px 2px #D3E1FC inset;
	-ms-box-shadow: 0 2px 2px #D3E1FC inset;
	box-shadow: 0 2px 2px #D3E1FC inset;
}
aside{
		position: fixed;
		display: block;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		background-color: rgba(0,0,0,0); 
		-o-transform: translate(-110%,0);
		-moz-transform: translate(-110%,0);
		-webkit-transform: translate(-110%,0);
		-ms-transform: translate(-110%,0);
		transform: translate(-110%,0);
		-webkit-transition: all 0.3s ease-in-out;
  		-moz-transition: all 0.3s ease-in-out;
  		-o-transition: all 0.3s ease-in-out;
  		transition: all 0.3s ease-in-out;
  		overflow: hidden;
	}
li[only-tablet="true"]{
	display: none !important;
}
@media screen and (min-width:750px) and (max-width:990px){
li[only-tablet="true"]{
	display: inline-block !important;
	margin-bottom: 1px !important;
	width: 99.5% !important;
}

#sidebar ul{
	font-size: 0;
	letter-spacing: 0;
}
#sidebar li{
	display: inline-block !important;
	vertical-align: top;
	width: 49.5%;
	margin: 0 0.25%;
	letter-spacing: normal;
}
	div[data-role="menu"] div[data-role="search"]{
		display: none;
	}
	.page_form_cell{
		width: 100%;
	}
	#nivoSlider{
		
	}
	

	#sidebar,
	#content,
	footer .col{
		width: 100%;
		
	}
	footer .copy{
		padding:0;
		padding-top:30px;
		text-align: center;
	}
	.hell,
	.dark,
	.responsive{
		margin: 10px;
	}
	#sidebar .hell,
	#asm,
	div[data-role="tel"]
	{
		display: none;
	}
	header{
		padding: 10px;
	}
	content{
		margin-top: 10px;
	}
	div[data-role="logo"]{
		max-width: 280px;
	}
	div[data-role="logo"] img{
		width: 100%;
		max-width: 100%;
		height: auto !important;
		max-height: auto !important;
	}
	
	div[data-role="mobile-btn"] button{
		position: relative;
		display: block;
		height: 46px;
		width: 46px;
		text-align: center;
		border: 0;
		background-color: transparent;
		background-image: none;
		cursor: pointer;
		color: #0b3e7f;
		border-radius: 0;
		box-shadow: none;
	}
	div[data-role="mobile-btn"] button .material-icons{
		font-size: 27px;
	}
	
	aside.show{
		-o-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	aside nav{
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 280px;
		background-color: #e7eef6;
		text-align: left;
		overflow-y: auto;
		box-shadow: 2px 0 4px rgba(0,0,0,0.3);
		-webkit-overflow-scrolling: touch;
	}
	div[data-role="close"]{
		position: relative;
		display: block;
		height: 46px;
		line-height: 46px;
		background-color: #0b3e7f;
	}
	div[data-role="close"] a{
		color: #fff;
		position: relative;
		display: block;
		padding: 0 20px;
		font-size: 17px;
		font-weight: 700;
	}
	div[data-role="close"] a .material-icons{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		top: -2px;
		padding-right: 10px;
	}
	aside div[data-role="search"]{
		position: relative;
		display: block;
		
	}
	aside nav ul{
		position: relative;
		display: block;
		padding: 15px 20px;
	}
	aside nav ul li ul{
		padding: 8px 12px;
	}
	aside li a{
		color: #0b3e7f;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		display: block;
	}
	aside li.level--0 a{
		font-size: 17px;
		font-weight: 700;
	}
	aside li.level--1 a{
		font-size: 15px;
		font-weight: 500;
		padding: 6px 0;
		text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
	aside li.level--2 a{
		font-size: 13px;
		font-weight: 500;
		padding: 6px 0;
		text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
	aside .hell{
		padding: 10px;
		color: #000;
		font-size: 13px;
	}
	aside .hell p{
		font-size: 13px;
	}
}
@media screen and (max-width:750px){
#zertifikat{
	display: none !important;
}
	.page_form_cell{
		width: 100%;
	}
	#nivoSlider{
		
	}
	
	
	#sidebar,
	#content,
	footer .col{
		width: 100%;
		
	}
	footer .copy{
		padding:0;
		padding-top:30px;
		text-align: center;
	}
	.hell,
	.download,
	.dark,
	.responsive{
		margin: 10px;
	}
	#sidebar .hell,
	#asm,
	div[data-role="tel"],
	header div[data-role="menu"]{
		display: none;
	}
	header{
		padding: 10px;
	}
	content{
		margin-top: 0px;
	}
	div[data-role="logo"]{
		max-width: 220px;
	}
	div[data-role="logo"] img{
		width: 100%;
		max-width: 100%;
		height: auto !important;
		max-height: auto !important;
	}
	div[data-role="mobile-btn"]{
		position:absolute;
		display: block;
		right: 10px;
		top: 10px;
		z-index: 9;
	}
	div[data-role="mobile-btn"] button{
		position: relative;
		display: block;
		height: 46px;
		width: 46px;
		text-align: center;
		border: 0;
		background-color: transparent;
		background-image: none;
		cursor: pointer;
		color: #0b3e7f;
		border-radius: 0;
		box-shadow: none;
	}
	div[data-role="mobile-btn"] button .material-icons{
		font-size: 27px;
	}
	img.passfoto-big{
		display: block;
		float: none;
		margin: 0 auto;	
		margin-top: 15px;
		
	}
	img.passfoto-big:after{
		position: relative;
		display: block;
		content: "";
		clear: both;
	}
	aside.show{
		-o-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	aside nav{
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 280px;
		background-color: #e7eef6;
		text-align: left;
		overflow-y: auto;
		box-shadow: 2px 0 4px rgba(0,0,0,0.3);
		-webkit-overflow-scrolling: touch;
	}
	div[data-role="close"]{
		position: relative;
		display: block;
		height: 46px;
		line-height: 46px;
		background-color: #0b3e7f;
	}
	div[data-role="close"] a{
		color: #fff;
		position: relative;
		display: block;
		padding: 0 20px;
		font-size: 17px;
		font-weight: 700;
	}
	div[data-role="close"] a .material-icons{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		top: -2px;
		padding-right: 10px;
	}
	aside div[data-role="search"]{
		position: relative;
		display: block;
		
	}
	aside nav ul{
		position: relative;
		display: block;
		padding: 15px 20px;
	}
	aside nav ul li ul{
		padding: 8px 12px;
	}
	aside li a{
		color: #0b3e7f;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		display: block;
	}
	aside li.level--0 a{
		font-size: 17px;
		font-weight: 700;
	}
	aside li.level--1 a{
		font-size: 15px;
		font-weight: 500;
		padding: 6px 0;
		text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
	aside li.level--2 a{
		font-size: 13px;
		font-weight: 500;
		padding: 6px 0;
		text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
	aside .hell{
		padding: 10px;
		color: #000;
		font-size: 13px;
	}
	aside .hell p{
		font-size: 13px;
	}
	div[data-role="bg"]{
		height: 200px !important;
	}
	#social{
		padding: 0 15px !important;
	}
}