html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 13px;
    color: #525859;
	background: #fefefe;
}

@-webkit-keyframes slide {
    0 { background-position: center center; }
    60% { background-position: 0px center; }
}

.topmenu ul, .topmenu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.topmenu a:link, .topmenu a:visited, .topmenu2 a:link, .topmenu2 a:visited {
	font-size: 18px;
	color: #3b3b3b;
	font-weight: bold;
}

.topmenu {
	padding-top: 35px;
}

.topmenu2 {
	padding-top: 45px;
}

a.fb {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/fb.png) no-repeat;
	background-size: 24px 24px;
	margin-top: 35px;
	margin-right: 5px;
}

a.in {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/in.png) no-repeat;
	background-size: 24px 24px;
	margin-top: 35px;
	margin-right: 5px;
}

a.ln {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/ln.png) no-repeat;
	background-size: 24px 24px;
	margin-top: 35px;
	margin-right: 5px;
}

a.wa {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/wa.png) no-repeat;
	background-size: 24px 24px;
	margin-top: 35px;
	margin-right: 5px;
}

a.tl {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/tl.png) no-repeat;
	background-size: 24px 24px;
	margin-top: 35px;
	margin-right: 5px;
}

#header2 .wa, #header2 .tl, #header2 .in, #header2 .fb, #header2 .phone_call, #header2 .ln {
	margin-top: 45px !important;
}

a.phone_call {
	display: inline-block;
	height: 24px;
	background: url(../img/phone-call.png) no-repeat;
	background-size: 24px 24px;
	margin-top: 35px;
	margin-left: 15px;
	padding-left: 32px;
	line-height: 24px;
	color: #249cd3;
	font-size: 16px;
	font-weight: bold;
}

.socials {
	display: flex;
	justify-content: flex-end;
}

.subheader {
	font-size: 18px;
	color: #249cd3;
	margin-top: 0px;	
}

a.our:link, a.our:visited {
	display: inline-block;
	width: 160px;
	height: 30px;
	line-height: 28px;
	background: #fe9702;
	border: 2px solid #ffc12c;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top: 25px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a.our:hover, a.our:focus {
	background: #ffc12c;
	text-decoration: none;
}

#about {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contentheading {
	color: #646463;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

#about p {
	font-size: 15px;
	font-weight: 300;
	color: #646463;
}

a.readmore:link, a.readmore:visited {
	display: block;
	width: 165px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	background: rgb(254,195,47);
	background: -moz-linear-gradient(180deg, rgba(254,195,47,1) 22%, rgba(254,151,2,1) 75%);
	background: -webkit-linear-gradient(180deg, rgba(254,195,47,1) 22%, rgba(254,151,2,1) 75%);
	background: linear-gradient(180deg, rgba(254,195,47,1) 22%, rgba(254,151,2,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fec32f",endColorstr="#fe9702",GradientType=1);
	text-align: center;
	font-weight: bold;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-top: 20px;
	margin-bottom: 30px;
}

a.readmore:hover {
	text-decoration: none;
}

.gray {
	background: #f2f2f2;
	padding-top: 25px;
	padding-bottom: 25px;
}

.white, .white2 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.service_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service_block:hover {
	border-left: 2px solid #000000;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02); 
	transform: scale(1.02);
}

.sb {
	padding-left: 100px;
	height: 85px;
	display: flex;
	align-items: center;
}

.sb a:link, .sb a:visited {
	display: block;
	padding-right: 10px;
	color: #555554;
	font-size: 18px;
	line-height: 20px;
}

.sb a:hover {
	text-decoration: none;
}

.datagramm {
	position: relative;
}

.gray .datagramm img {
	width: 75%;
	height: auto;
	border-radius: 50%;
	border: 7px solid #5bccf6;
	margin-top: 20px;
	float: right;
	position: absolute;
	z-index: 2;
	right: 0px;
}

.white .datagramm img, .white2 .datagramm img {
	width: 75%;
	height: auto;
	border-radius: 50%;
	border: 7px solid #5bccf6;
	margin-top: 20px;
	float: right;
	position: absolute;
	z-index: 2;
	left: 0px;
}

.gray .part {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 1;
	right: -50px;
}

.white .part, .white2 .part {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 1;
	left: -50px;
}

.white .service_list {
	float: right !important;
}

#write {
	min-height: 500px;
	/*background: url(../img/parallax.jpg) no-repeat;*/
	text-align: center;
}

.pt30 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

#write input[type="text"] {
	display: block;
	width: 555px;
	height: 40px;
	margin: 0px auto 20px auto;
	text-align: center;
	outline: none;
	border: none;
	background: rgba(230,170,0,0.75);
	font-size: 14px;
	color: #ffffff;
}

#write textarea {
	display: block;
	width: 555px;
	height: 130px;
	margin: 0px auto 20px auto;
	text-align: center;
	outline: none;
	border: none;
	background: rgba(230,170,0,0.75);
	font-size: 14px;
	color: #ffffff;	
}

#write input[type="button"] {
	display: block;
	width: 555px;
	height: 40px;
	margin: 0px auto 20px auto;
	text-align: center;
	outline: none;
	border: none;
	background: rgba(255,150,0,0.75);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

::-webkit-input-placeholder { /* Chrome */
  color: #ffffff;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ffffff;
  opacity: 1;
}

.partner img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.wlogo img {
	width: 100%;
	height: auto;
}

#foooter ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fhead {
	font-size: 18px;
	font-weight: bold;
	color: #f2f2f2;
	padding-bottom: 15px;
}

#foooter ul a:link, #foooter ul a:visited {
	color: #f2f2f2;
	font-size: 14px;
	text-decoration: underline;
}

#foooter ul a:hover {
	text-decoration: none;
}

.address p {
	margin: 0px;
	padding: 0px;
}

a.map:hover {
	text-decoration: none;
}

#copyright {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	font-weight: 300;
	background: #5bccf6;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	#foooter {
		background: #00a0e3;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.logo img {
		width: 40%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.mainheader {
		font-size: 28px;
		font-weight: bold;
		color: #249cd3;
		text-transform: uppercase;
		margin-top: 75px;
	}
	#header {
		width: 100%;
		height: 500px;
		background: url(../img/header.jpg) no-repeat center center;
		-webkit-animation: slide 10s linear infinite;
	}
	#header2 {
		width: 100%;
		
	}
	.apic img {
		width: 100%;
		height: auto;
	}
	.gray .service_block {
		width: 48.5%;
		height: 85px;
		background: #fff;
		margin-top: 20px;
		border-left: 2px solid #00a0e3;
		cursor: pointer;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.white .service_block, .white2 .service_block {
		width: 48.5%;
		height: 85px;
		background: #f2f2f2;
		margin-top: 20px;
		border-left: 2px solid #fe9702;
		cursor: pointer;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	a.ffb {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/ffb.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
	}
	a.fin {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/fin.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
	}
	a.fln {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/fln.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
	}
	a.fwa {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/fwa.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
	}
	a.ftl {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/ftl.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
	}
	a.ftel {
		display: block;
		height: 30px;
		background: url(../img/ftel.png) no-repeat;
		background-size: 30px 30px;
		padding-left: 40px;
		line-height: 30px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 300;
	}
	.address {
		display: block;
		/*height: 30px;*/
		background: url(../img/marker.png) no-repeat 4px center;
		background-size: 22px 30px;
		padding-left: 40px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 300;
		margin-top: 8px;
	}
	a.map:link, a.map:visited {
		display: block;
		padding-left: 40px;
		color: #f2f2f2;
		font-size: 14px;
		text-decoration: underline;
		margin-top: 15px;
	}
	.menu-triger, .menu {
		display: none;
	}
	.shead, .bts h1 {
		font-size: 30px;
		color: #646463;
		margin: 0px;
		padding: 0px;
	}
}

@media (max-width: 767px) {
	.statics img {
		display: block;
		float: none !important;
	}
	.shead, .bts h1 {
		font-size: 22px;
		color: #646463;
		margin: 0px;
		padding: 0px;
	}
	a.map:link, a.map:visited {
		display: block;
		color: #f2f2f2;
		font-size: 14px;
		text-decoration: underline;
		margin-top: 15px;
	}
	.address {
		display: inline-block;
		height: 30px;
		background: url(../img/marker.png) no-repeat 4px center;
		background-size: 22px 30px;
		padding-left: 40px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 300;
		margin-top: 8px;
	}
	a.ftel {
		display: inline-block;
		height: 30px;
		background: url(../img/ftel.png) no-repeat;
		background-size: 30px 30px;
		padding-left: 40px;
		line-height: 30px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 300;
	}
	a.fwa {
		display: inline-block;
		width: 60px;
		height: 60px;
		background: url(../img/fwa.png) no-repeat;
		background-size: 60px 60px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.ftl {
		display: inline-block;
		width: 60px;
		height: 60px;
		background: url(../img/ftl.png) no-repeat;
		background-size: 60px 60px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.ffb {
		display: inline-block;
		width: 60px;
		height: 60px;
		background: url(../img/ffb.png) no-repeat;
		background-size: 60px 60px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.fin {
		display: inline-block;
		width: 60px;
		height: 60px;
		background: url(../img/fin.png) no-repeat;
		background-size: 60px 60px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.fln {
		display: inline-block;
		width: 60px;
		height: 60px;
		background: url(../img/fln.png) no-repeat;
		background-size: 60px 60px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.mffb {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/ffb.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.mfin {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/fin.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.mfln {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/fln.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.mfwa {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/fwa.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	a.mftl {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../img/ftl.png) no-repeat;
		background-size: 40px 40px;
		margin-right: 5px;
		margin-bottom: 25px;
	}
	#foooter {
		background: #00a0e3;
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: center;
	}
	.gray .service_block {
		width: 100%;
		height: 85px;
		background: #fff;
		margin-top: 20px;
		border-left: 2px solid #00a0e3;
		cursor: pointer;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.white .service_block, .white2 .service_block {
		width: 100%;
		height: 85px;
		background: #f2f2f2;
		margin-top: 20px;
		border-left: 2px solid #fe9702;
		cursor: pointer;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.apic img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#header {
		width: 100%;
		height: 500px;
		background: url(../img/header.jpg) no-repeat center center;
		-webkit-animation: slide 20s linear infinite;
	}
	#header2 {
		width: 100%;
		background: url(../img/header.jpg) no-repeat center bottom;
	}
	.mainheader {
		font-size: 28px;
		font-weight: bold;
		color: #249cd3;
		text-transform: uppercase;
		margin-top: 60px;
	}
	.logo img {
		width: 50%;
		margin-top: 10px;
		margin-bottom: 10px;
		height: auto;
	}
	.topmenu, .socials, .topmenu2 {
		display: none;
	}
	.mn {
		display: none;
	}
	.shead, .fhead {
		text-align: center;
	}
	.menu-triger {
		display: block;
		width: 50px;
		height: 50px;	
		background: url(../img/list.svg) no-repeat;
		background-size: 50px 50px;
		position: absolute;
		right: 25px;
		top: 20px;
		z-index: 20;
	}	
	.menu-close {
		display: block;
		width: 40px;
		height: 40px;	
		background: url(../img/close.svg) no-repeat;
		background-size: 40px 40px;
		position: absolute;
		right: 25px;
		top: 25px;
		z-index: 100;
	}
	.menu-popup {
		display: none;	
		background: rgba(0,160,225,0.95);
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0;
		padding: 30px;
		z-index: 9999;	
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}
	.menu-popup ul {
		margin: 0;
		padding: 0;
	}
	.menu-popup li {
		list-style: none;
		margin: 10px 0;
		padding: 0;
	}
	.menu-popup li a {
		font-size: 18px;
		font-family: "Arial";
		color: rgb(255, 255, 255);
		line-height: 1.4;	
		text-decoration: none;
	}
	.body_pointer * {
		cursor: pointer;
	}
	.msocials {
		padding-top: 30px;
	}
	a.ftel2 {
		display: inline-block;
		height: 40px;
		width: 40px;
		background: url(../img/ftel.png) no-repeat;
		background-size: 40px 40px;		
		margin-right: 5px;
		margin-bottom: 25px;
		
	}
}

.dn {
	display: none;
}

#content {
	border-top: 4px solid #00a0e3;
	padding-top: 20px;
	padding-bottom: 50px;
}

.bts {
	border-top: 4px solid #00a0e3;
}

#content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #646463;
}

.statics {
	padding-top: 20px;
	font-size: 15px;
}

.statics img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.breadcrumbs {
	font-size: 12px;
	padding-top: 10px;
	color: #646463;
}

.breadcrumbs a {
	color: #646463;
	text-decoration: underline;
}

.dg-widget-link {
	margin: 0px auto;
}

.card img {
	width: 100%;
	height: auto;
}

.card {
	height: 350px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	perspective: 1000px;
	transition: 1s;
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	background: #fff;
	
}

.inner:hover .card {
	transform: rotateY(180deg);
}

.inner {
	position: relative;
	width: 100%;
	height: 350px;
	margin-top: 20px;
}

.card2 {
	width: 100%;
	height: 350px;
	background: #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #ccc;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	transition: 1s;
	padding: 15px;
}

.inner:hover .card2 {
	transform: rotateY(360deg);
}

.cert_ {
	border: 1px solid #ccc;
	padding: 10px;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cert_ img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.redborder {
	border: 1px solid #ff0000 !important;
}

.error {
	display: none;
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.citem img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.citem {
	height: 300px;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 15px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.citem a {
	display: block;
}

a.cname:link, a.cname:visited {
	color: #555;
	display: block;
	padding-top: 10px;
}