/*** GENERAL ******************************************************* */

body {
	margin:0;
	background-color:#FFF;
	font-family: basic-sans, sans-serif;
	font-size:18px;
	color:#484848;
	font-weight:normal;
}
a, a:visited, a:hover, a:active, a:link {
	font-family: basic-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#484848;
	text-decoration:none;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-family: basic-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#484848;

}
img{
	border:0px;	
}
.clear {
	clear:both;
}

/*** WRAPPER ******************************************************** */

#wrapper{
	position:absolute;
	min-width:100%;
	min-height:100%;
}
.center{
	position:relative;
	width:1064px;
	margin:0 auto;	
}
@media (max-width: 1064px) {
	.center{
		width:100%;
	}
}


/*** TOP *********************************************************** */

#top{
	position:relative;
	width:100%;
	min-height:200px;
	margin:0 auto;
	z-index:998;

}

.background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top h1 {
	font-size: 53px;
	color: #ffcb08;
	padding-left: 20px;
	padding-top: 84px;
	font-weight: 700;
}

.top h2 {
	font-size: 28px;
	color: #fff;
	padding-left: 20px;
	font-weight: 700;
}

.top .rightb {
	position: absolute;
	right: 0;
	top: 0;
}

.top .phone {
	background-image: url(/image/top-tel.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #ffcb08;
	padding: 10px 20px 10px 40px;
	display: inline-block;
	margin-right: -5px;
}

.top .phone a{
	color: 30d2849;
	font-size: 23px;
	font-family: bebas-kai, sans-serif;
}

.top .mail {
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	display: inline-block;
}

.top .mail a{
	color: #0d2849;
	font-size: 23px;
	font-family: bebas-kai, sans-serif;
}

@media (max-width: 900px) { 
	.top h2 { 
		display: none;
	}
	
	.top h1 {
		padding-top: 60px;
	}
}

@media (max-width: 600px) { 
	.top h1 {
		display: none;
	}
}

#logo{
	position:relative;
	padding: 20px 20px 20px 0;
	float: left;
}
@media (max-width: 500px) {
	#logo{
		width:50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}		
	#logo img{
		max-width:100%;
	}
	.top .mail {
		display: none;	
	}
	.top .phone {
		background-color: #fff;	
	}
}

.usp {
	background-color: #ffcb08;
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 55px;
}

.usp .left, .usp .middle, .usp .right {
	font-size: 25px;
	color: #0d2849;
	display: inline-block;
}

.usp .left {
	background-image: url(/image/header-usp1.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 100px;
}

.usp .middle {
	background-image: url(/image/hubo.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 60px;
}

.usp .right {
	background-image: url(/image/header-usp3.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	float: right;
}

@media (max-width: 1060px) {
	.usp { 
		padding-left: 10px;
		box-sizing: border-box;
	}
	.usp .left, .usp .middle, .usp .right {
		float: left;
		clear: both;	
	}
	.usp .left {
		padding-right: 0;	
	}
	
}

/*** HEADER ******************************************************** */

#header{
	position:relative;
	width:100%;
	margin:0 auto;
}

/*** CONTENT ******************************************************* */

#content{
	position:relative;
	width:100%;
}




#content .contentText {
	line-height: 30px;	
	margin-bottom: 50px;
	margin-top: 20px;
}

#content .contentText .center{
	padding: 20px 0 20px 50px;
	box-sizing: border-box;
}

#content .contentText h1 {
	color: #0d2849;
	font-size: 40px;
	padding: 20px 0 50px 0;
	font-weight: 700;
	line-height: 55px;
}

#content .contentText h2 {
	color: #e9bb01;
	font-size: 30px;
	padding: 30px 0 0 0;
	line-height: 40px;
	font-weight: bold;
}

#content .contentText h3 {
	font-family: 'Cabin', sans-serif;
	color: #0d2849;
	font-size: 24px;
	padding: 30px 0 0 0;
	line-height: 34px;
	font-weight: bold;
}

#content .contentText a {
	color: #e9bb00;
	text-decoration: underline;
}

#content .contentText a:hover {
	text-decoration: none;
}

#content a.button {
	padding: 15px 40px 15px 40px;
	background-color: #ffcb08;
	color: #0d2849;
	text-transform: uppercase;
	text-decoration: none;
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: normal;

}

#content a.button:hover {
	background-color: #e9bb00;
}

@media (max-width: 1060px) {
	#content .contentText .center{
		padding: 20px;
		box-sizing: border-box;
	}
}



/*** IMPRESSION **************************************************** */
#impression {
	background-color: #e4e5e2;	
	padding: 40px 0 60px 0;
}

#impression h3 {
	font-size: 45px;
	color: #0d2849;
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 15px 0 15px 0;
}	

#impression .text {
	padding-bottom: 30px;	
}

#impression a.newsBox {
	margin: 10px 12px 0 0;	
	display: inline-block;
}

@media (max-width: 1100px) {
	#impression {
		padding: 40px 20px 60px 20px;
	}
	
	#impression .center {
		width:100%;
	}
}


/*** FOOTER ******************************************************** */
#footerContainer .visit {
	padding: 20px 0 60px 0;	
}

#footerContainer .visit h2{
	font-size: 45px;
	color: #0d2849;
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 40px 0 50px 0;
}

#footerContainer .visit .route {
	background-image:url(/image/route.png);	
	background-repeat: no-repeat;
	width: 395px;
	height: 425px;
	float: left;
	position: relative;
	overflow: hidden;
}


#footerContainer .visit .route .button {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 23px;
}



#footerContainer .visit .container {
	background-color: #0d2849;
	color: #fff;
	line-height: 26px;
	margin-top: 40px;
	max-height: 345px;
}

#footerContainer .visit .container h3{
	font-size: 30px;
	color: #ffcb08;
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 20px;
}

#footerContainer .visit .container .block {
	width: 300px;
	float: left;
	padding: 55px 0px 55px 55px;
	box-sizing: border-box;
	line-height: 30px;
}

#footerContainer .bottom {
	position:relative;
	width:100%;
	min-height:254px;
	margin:0 auto;
	z-index:998;
	background-image: url(/image/footer.png);
	background-color: green;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footerContainer .bottom .logo {
	display: inline-block;	
	float: left;
	margin-top: 45px;
}

#footerContainer .bottom .block {
	display: inline-block;
	margin: 110px 0 0 60px;
}

#footerContainer .bottom .block, #footerContainer .bottom .block a {
	font-size: 20px;
	color: #fff;	
	line-height: 40px;
}

#footerContainer .bottom .block .title{
	font-size: 30px;
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffcb08;
	padding-right: 20px;
	float: left;
}

#footerContainer .bottom .block .text {
	float: left;
}

#footerContainer .bottom .block a.socialInsta {
	background-image: url(/image/insta.png);
    background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	margin: 5px 5px 0 20px;
}

#footerContainer .bottom .block a.socialFace {
	background-image: url(/image/face.png);
    background-repeat: no-repeat;
	width: 13px;
	height: 23px;
	display: block;
	float: left;
	margin: 5px 10px 0 10px;
}

@media (max-width: 1100px) {
	#footerContainer .visit .center{
		padding: 0 20px 0 20px;
		box-sizing: border-box;
		width:100%;
	}
	
	#footerContainer .visit .container {
		margin-top: 0;
		max-height: 100%;
	}
	
	#footerContainer .visit .container .block {
		padding: 20px;	
	}
	
	#footerContainer .bottom .center{
		padding: 0 20px 0 20px;
		box-sizing: border-box;
		width:100%;
	}
	#footerContainer .bottom .logo {
		width: 100%;
		text-align: middle;	
	}
	#footerContainer .bottom .block {
		display: inline-block;
		margin: 20px 0 0 20px;
	}
	#footerContainer .bottom .block .text {
		float: none;
	}
	#footerContainer .bottom .block a {
		padding-bottom: 20px;
	}
	
}

@media (max-width: 467px) {
	#footerContainer .visit .route {
		width: 100%;
	}
}

/*** FOOTERMENU **************************************************** */
ul.footermenu{
	display: block;
	margin-left: 185px;
	list-style:none;
	color: #c4c4c4;
}
@media (max-width: 600px){
	ul.footermenu{
		padding:20px 20px 0px 10px;
	}
}
ul.footermenu > li{
	float:left;
	margin:0;
	padding:0;
}
ul.footermenu > li:hover > a{
	text-decoration:underline;	
}
ul.footermenu > li > a{
	font-size:12px;
	color: #c4c4c4;
}
ul.footermenu > li.active > a{
	text-decoration:underline;	
}

@media (max-width: 1100px) {
	ul.footermenu{
		display: block;
		margin: 0 0 0 20px;
		padding: 0;
	}
}


/*** CREDITS ******************************************************* */

#credits{
	text-align:left;
	color: #c4c4c4;
	display: inline-block;
	font-size: 12px;
}
@media (max-width: 600px){
	#credits{
		float:left;
		padding:20px;
	}
}

#credits a{
	font-size:12px;
	color: #c4c4c4;
}

#credits #jc{
	padding:2px 4px 2px 21px;
	background-position:0 1px;
	background-image:url(/image/jc.png);
	background-repeat:no-repeat;
	transition:all 0.5s ease 0;
}

#credits #jc:hover{
	background-image:url(/image/jc-hover.png);	
	background-position:0 1px;
}

#credits #sc{
	padding:3px 4px 2px 19px;
	background-image:url(/image/sc.png);
	background-position:0 1px;
	background-repeat:no-repeat;
	transition:all 0.5s ease 0;
}

#credits #sc:hover{
	background-image:url(/image/sc-hover.png);	
	background-position:0 1px;
	background-repeat:no-repeat;
}
