@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');

/*banner*/
.banner .swiper-slide{
	position: relative;
}

.banner .swiper-slide .div-text{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.banner .swiper-slide .div-text .main{
	max-width: calc(40% - 30px);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 24px;
    margin-left: 15px;
}

.banner .swiper-slide .div-text p.p1{
	font-size: 28px;
	line-height: 44px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

.banner .swiper-slide .div-text p.time{
	margin-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(100,100,100,0.3);
	font-weight: bold; 
}


.banner .swiper-slide .div-text .des{
	font-weight: lighter;
	font-size:14px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #444;
}

.banner .swiper-slide .div-text .des p{
	margin-bottom: 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--primary);
}

.more a{
	cursor: pointer;
    position: relative;
    display: block;
    padding: 10px 20px;
    border: 1px solid #444444;
    transition: 0.1s ease;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
    color: #444444;
    text-transform: uppercase;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: lighter;
}

.more a:hover{
	background-color: #444444;
    border-color: #444444;
    color: white
}

.sp{
	padding: 45px 0;
}

.block1 .div-text{
	padding: 30px;
	background-color: #c56c2a;
	color: #fff;
	height: 100%;
}

.block1 .div-text p.p1{
	text-transform: uppercase;
	font-weight: lighter;
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.block1 .div-text p.p2{
	font-weight: lighter;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
}

.block1 .div-text p.p2 strong{
	text-transform: uppercase;
    line-height: 44px;
    font-weight: bold;
}

.block1 .div-text p.p3{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-weight: lighter;
}

.block1 .div-text p.des{
	font-weight: lighter;
	margin-bottom: 15px;
	font-size: 14px;
}

.block1 .div-img{
	height: 100%;
}

.block1 .div-img img{
	height: 100%;
	object-fit: cover;
    object-position: 50% 50%;
}



.more2 a{
	display: block;
	padding: 10px 20px;
	border:1px solid #fff;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	transition: all .3s ease;
}

.more2 a:hover{
	background-color: #fff;
	color: #c56c2a;
}



.blockLists{
	margin-top: 35px;
}

.blockLists a.item{
	display: block;
	position: relative;
	overflow: hidden;
	color: #444;
	margin-bottom: 15px;
}

.blockLists a.item .con{
	position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    transition: all .6s ease;
}

.blockLists a.item:hover .con{
	bottom: 0;
}

.blockLists a.item .title{
	background: white;
    display: inline-block;
    padding: 6px;
    width: 80%;
    position: relative;
    transform: translateY(50%);
}

.blockLists a.item .title p.p1{
	font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;

}

.blockLists a.item .title p.p2{
	font-weight: lighter;
	 font-size: 18px;
    text-transform: uppercase;
}

.blockLists a.item p.des{
	background: rgba(0, 0, 0, 0.7);
    padding: 48px 10% 25px 10%;
    margin-bottom: 0;
    color: white;
    transition: background-color 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    display: block;
    width: 100%;
    font-weight: lighter;
}

.blockLists a.item:hover p.des{
	background: rgba(197,108,42,0.7);
	
}

.blockLists a.item p.des i{
	color: #fff;
	display: block;
	margin-top: 15px;
	font-size: 16px;
}


.block2 .div-text{
	background: #849daa;
}

.block2 .div-text .more2 a:hover{
	color: #849daa;
}

.block2 .blockLists a.item:hover p.des{
	background: rgba(132,157,170,0.7);
}


.block3 .div-text{
	background: #4aa4e0;
}

.block3 .div-text .more2 a:hover{
	color: #4aa4e0;
}

.block3 .blockLists a.item:hover p.des{
	background: rgba(74, 164, 224,0.7);
}

.block4 .div-text{
	background: #3c93a6;
}

.block4 .div-text .more2 a:hover{
	color: #3c93a6;
}


.block5{
	background-image: url(../images/NAT_S_Unternehmen.jpg);
	    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
}


.block5 .div-text{
	background:#004884;
}

.block6 .div-text{
	color: #444;
	background: #fff;
	padding: 0;
	margin-bottom: 35px;
	max-width: 30%;
}

.block5 .div-text .more2 a:hover{
	color: #004884;
}

.divForm input,.divForm textarea{
	display: block;
    padding: 10px;
    background: #ddd;
    border: none;
    appearance: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
    margin-bottom: 25px;
    font-weight: lighter;
}

.divForm button{
	border: 1px solid #ccc;
    color: #444444;
    background-color: transparent;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    text-shadow: none;
    font-weight: lighter;
}

.divForm button:hover{
	color: #fff;
	background: #444;
}
.ins a{
	display: block;
	background-color: #e5e5e5;
	color: #444;
	text-transform: uppercase;
	padding: 0 105px 0 25px;
	height: 45px;
	line-height: 45px;
	position: relative;
	margin-bottom: 15px;
	font-size: 12px;
}

.ins a span{
	display: inline-block;
	padding: 0 15px;
	background: var(--primary);
	color: #fff;
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 0;
}


.ins a:hover{
	background-color: #444444;
    color: white !important
}

.conS p{
	font-weight: lighter;
	margin-bottom: 15px;
	font-size: 12px;
}

.conS a{
	display: inline-block;
	font-weight: lighter;
	color: #444;
}

.conS a span{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	border-bottom: 1px solid #444;
}

.conS a:hover{
	color: var(--primary);
}

.mainFooter{
	background: #444;
	color: #fff;
	font-weight: lighter;
	font-size: 13px;
}

.mainFooter a{
	color: #fff;
	font-weight: lighter;
}

.mainFooter a:hover{
	color: #4aa4e0;
}

.mainFooter .item{
	border-left: 1px solid #fff;
	padding-left: 45px;
	margin-top: 15px;
}


.mainFooter ul li{
	margin-bottom: 16px;
}

.mainFooter ul li a{
	display: block;
}

.mainFooter ul li a strong{
	font-weight: lighter;
}

.mainFooter img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.footerwx .div-img{
	margin: 10px 0;
}

.mainFooter .footerwx .div-img img{
	-webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.footerwx p{
	font-size: 14px;
}

.divSearch .tb{
	height: 65px;
    line-height: 65px;
}

.divSearch .tb svg{
	width:20px;
	height: 20px;
	fill: #444; 
}

.divSearch form.topSe{
	position: absolute;
	top: 100%;
	width: 260px;
	padding: 25px 15px;
	background-color: #eee;
	transform: translateX(-50%);
	display: none;
	opacity: 0;
	pointer-events: none;
	z-index: 999;
}

.divSearch form.topSe input{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px;
	border: none;
	background-color: #fff;
}

.divSearch form.topSe button{
	display: block;
	width: 100%;
	color: #fff;
	background-color: var(--primary);
}

.divSearch:hover form.topSe{
	display: block;
	opacity: 1;
	pointer-events: auto;
}


.divTel{
	margin-left: 15px;
	height: 65px;
    line-height: 65px;
}


.divTel .tb svg{
	width:23px;
	height: 23px;
	fill: #444; 
}

.divTel .tels{
	width: max-content;
    padding: 25px 15px;
    background-color: #eee;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    display: none;
	opacity: 0;
	pointer-events: none;
	z-index: 999;
	

}

.divTel span{
	display: inline-block;
	margin-left: 10px;
}

.divTel:hover .tels{
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.nyNewsLists .item a{
	display: block;	
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.nyNewsLists .item .d1{
	font-size: 16px;
/*	font-weight: bold;*/
	margin-right: 25px;
}

.nyNewsLists .item .d2{
	font-size: 12px;
	min-width: 70px;
	width: 70px;

}

.newsDetail h2.title{
	font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.newsDetail .meta{
	font-size: 14px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.newsDetail .content{
	min-height: 250px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	 color: #444444;
    font-weight: lighter;
}

.newsDetail .content p{
    color: #444444;
    font-weight: lighter;
}

.download-element a{
	background-color: #eee;
    display: block;
    margin-bottom: 15px;
    color: #333;
}

.download-element a:hover{
	background-color: var(--primary);
	color: #fff;
}

.download-element a .d1{
	padding: 15px 20px;
	width: 100%;
	
}

.download-element .tb{
	padding: 15px 0;
	min-width: 40px;
	width: 40px;
	text-align: center;
	background-color: var(--primary);
}

.download-element .tb svg{
	fill: #fff;
	width: 70%;
}





















