@charset "UTF-8";
/* CSS Document */
	@media screen and (min-width:600px) {
		#language_mobil {
			display:none;}
		}
	
	@media screen and (max-width:599px) {
			
		img {
	max-height:100%;
	max-width:100%;
}
			
  		p {
    		font-size:18px;
  			}
		a {font-size:24px;
			font-weight:normal;
			color:#ffffff;}	
			
		#nav_mobile_container {
			background-color:#ffffff;
			display:inline;
			margin:0 auto;
			text-align:center;
			left:0px;
			top:0px;
			width:100%;
			height:auto;
			position:fixed;
			z-index:1000;
			border-bottom: 1px solid black;
		}
		
		
		
		#nav_button {
			right:10px;
			display:inline;
			height:50px;
			width:50px;
			position:fixed;
			z-index:1001;
			}
		
		h1 {font-size:32px;
			text-align:center;}
		
		h2 {font-size:20px;
			text-align:left;}
		
		#nav_mobile {
			background-color:#ffffff;
			background-color:#59c6f2;
			padding-top:60px;
			display:none;
			height:auto;
			left:0px;
			float:left;
			overflow:auto;
			margin:0 auto;
			text-align:center;
			width:100%;
			position:fixed;
			z-index:900;
			border-bottom: 1px solid black;
			}
			
		
		
		
		#navi {
			display:none;
			}
			
		.content {
			padding-top:-100px;
			z-index:1;
			display:none;
		}
		
		.text_full {
			width:auto;
			max-width:450px;
			z-index:5;
		}
		.text_left {
			width:auto;
			max-width:450px;
			z-index:5;
		}
		#header {
			margin-top:-22px;}
		
		.header_pic {
			height:auto;
			width:100%;
			padding-top:80px;
			max-width:1000px;
			margin:0 auto;
			position:relative; 
			overflow:hidden;
			display:none;
			}
		#language{
			display:none;}
		
	}