html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
main,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

nav ol,
nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input[type=submit] {
	cursor: pointer;
}

h1 {
	font-size: 42px;
	font-weight: lighter;
}

h2 {
	font-size: 26px;
	font-weight: lighter;
}

h3 {
	font-size: 20px;
	font-weight: lighter;
}

p {
	font-size: 15px;
	font-weight: lighter;
	color: #909090;
}

a {
	font-size: 20px;
	text-decoration: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	font-family: "Lato", sans-serif;
	color: #424242;
}

.contact {
	width: 100%;
	min-height: 500px;
	padding: 50px 0;
	background-color: #ecf0f1;
	text-align: center;
}

.contact__inner {
	max-width: 1024px;
	margin: 0 auto;
}

.contact__inner:after {
	content: '';
	display: table;
	clear: both;
}

.contact__title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}

.contact__title-2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 135px;
}

.contact__descr {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 55px;
	text-align: center;
}

.contact__form {
	display: block;
	float: left;
	max-width: 465px;
	margin: 0 15px 0 40px;
}

.contact__form:after {
	content: '';
	display: table;
	clear: both;
}

.contact__form-input_name {
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 10px;
	padding-left: 12px;
	border: 2px solid #bec3c7;
	font-style: italic;
	color: #999;
}

.contact__form-input {
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 10px;
	padding-left: 12px;
	border: 2px solid #bec3c7;
	font-style: italic;
	color: #999;
}

.contact__form-input:first-of-type {
	margin-right: 20px;
}

.contact__form-input_radio-group {
	display: inline-block;
	width: 220px;
	height: 45px;
	text-align: left;
	margin-right: 20px;
	margin-top: 5px;
	line-height: 1.7 rem;
}

.contact__form-input_radio-group-input {
	white-space: nowrap;
	margin: 10px;
}

.contact__form-tarea {
	width: 465px;
	height: 155px;
	margin: 0 auto 25px auto;
	padding: 20px 0 0 12px;
	border: 2px solid #bec3c7;
	font-style: italic;
	color: #999;
	resize: none;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact__form-submit {
	display: block;
	float: right;
	width: 135px;
	height: 35px;
	text-align: center;
	background-color: #0097A7;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 5px;
}

.contact__form-submit:hover {
	background-color: #006974;
}

.contact__card {
	display: inline-block;
	width: 230px;
	height: 150px;
}

.contact__card-title {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: .5;
	text-transform: uppercase;
}

.contact__card-item {
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.contact__card-item:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
}

.contact__card-item.place {
	padding-left: 15px;
	margin-bottom: 15px;
}

.contact__card-item.place:before {
	content: "\f041";
}

.contact__card-item.tel {
	padding-left: 17px;
	margin-bottom: 10px;
}

.contact__card-item.tel:before {
	content: "\f098";
}

.contact__card-item.fax:before {
	content: "\f02f";
}

.contact__card-item.email {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #444;
}

.contact__card-item.email:before {
	content: "\f003";
}

.contact__card-item.email:hover {
	text-decoration: underline;
}

.page-header {
	width: 100%;
	min-height: 90px;
	background-color: #2d3e50;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
}

.page-header:after {
	content: '';
	display: table;
	clear: both;
}

.page-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0 2px 4px 0 #424242;
	box-shadow: 0 2px 4px 0 #424242;
	height: 95px;
}

.page-header__inner {
	max-width: 1024px;
	margin: 0 auto;
	color: #ecf0f1;
}

.page-header__inner:after {
	content: '';
	display: table;
	clear: both;
}

.page-header__logo {
	float: left;
	height: 50px;
	margin: 20px 0 0 40px;
	padding: 5px 0 0 65px;
	background: url("../images/logo.jpg") 0 center no-repeat;
}

.page-header__logo h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-header__logo span {
	font-size: 14px;
	text-transform: capitalize;
}

.page-header__nav {
	float: right;
	margin: 25px 55px 0 0;
}

.page-header__nav li {
	display: inline-block;
	margin-left: 5px;
}

.page-header__nav-link {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	color: #ecf0f1;
	border-radius: 5px;
}

.page-header__nav-link:hover,
.page-header__nav-link.is-active {
	background-color: #0097A7;
	color: #fff;
}

.page-footer {
	width: 100%;
	min-height: 85px;
	padding-bottom: 30px;
	background-color: #2d3e50;
}

.page-footer__inner {
	max-width: 1024px;
	margin: 0 auto;
}

.page-footer__inner:after {
	content: '';
	display: table;
	clear: both;
}

.page-footer__copyright {
	display: inline-block;
	margin: 35px 0 0 45px;
	font-size: 14px;
	color: #fff;
}

.page-footer__impressum {
	display: inline-block;
	margin: 5px 0 0 45px;
	font-size: 14px;
	color: #fff;
}

.page-footer__gotop {
	display: block;
	float: right;
	width: 45px;
	height: 45px;
	margin: 20px 45px 0 0;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	background-color: #0097A7;
	color: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 5px;
}

.page-footer__gotop:hover {
	background-color: #006974;
}

.page-footer__gotop:before {
	font-size: 20px;
	line-height: 45px;
	font-family: FontAwesome;
	content: "\f077";
	color: #fff;
}

.portfolio {
	width: 100%;
	min-height: 520px;
	padding-top: 50px;
	background-color: #F5F5F5;
	text-align: center;
}

.portfolio__inner {
	max-width: 1024px;
	margin: 0 auto;
}

.portfolio__inner:after {
	content: '';
	display: table;
	clear: both;
}

.portfolio__title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

.portfolio__descr {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 40px;
}

.portfolio__filter li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

.portfolio__filter-btn {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
	background-color: #0097A7;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	border-radius: 5px;
}

.portfolio__filter-btn:hover,
.portfolio__filter-btn.is-selected {
	background-color: #006974;
}

.portfolio__content {
	margin: 45px auto 60px;
}

.portfolio__item {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	margin: 0 30px 35px;
	border-radius: 50%;
	overflow: hidden;
	color: #424242;
}

.portfolio__item.is-hidden {
	display: none;
}

.portfolio__item-img {
	display: inline-block;
	height: 180px;
	margin: 0 auto;
	max-height: 300px;
	padding: 15px;
}

.portfolio__arrow {
	position: relative;
	display: inline-block;
	-webkit-align-content: space-evenly;
	-ms-flex-line-pack: space-evenly;
	align-content: space-evenly;
}

.portfolio__arrow-img {
	height: 20%;
	margin: 0 auto;
	max-height: 30px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	margin-bottom: 141.5px;
}

.portfolio__descr-img-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.portfolio__descr-img-row {
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.portfolio__step {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 300px;
	margin: 10px 30px 10px;
	background: #ecf0f1;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	text-align: center;
	padding: 20px;
}

.portfolio__step-nr {
	display: none;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.portfolio__step-desc {
	color: #000000;
	margin: 15px;
	font-weight: 400;
}

.promo {
	width: 100%;
	min-height: 455px;
	padding: 100px 0;
	background: #323232 url("../images/bw.jpg") center 0 no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-blend-mode: multiply;
	text-align: center;
	color: #F5F5F5;
	background-color: #F5F5F5;
}

.promo.is-scroll {
	top: 95;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0 2px 4px 0 #424242;
	box-shadow: 0 2px 4px 0 #424242;
	height: 95px;
}

.promo__inner {
	max-width: 1024px;
	margin: 0 auto;
}

.promo__inner:after {
	content: '';
	display: table;
	clear: both;
}

.promo__title {
	margin-bottom: 35px;
	font-size: 55px;
	text-transform: capitalize;
}

.promo__title span {
	font-weight: bold;
}

.promo__descr {
	max-width: 580px;
	margin: 0 auto 50px;
	font-size: 18px;
	color: #ecf0f1;
	text-align: center;
}

.promo__descr__list {
	list-style-type: none;
}

.promo__descr__list li {
	margin-bottom: 20px;
}

.promo__btn {
	display: block;
	width: 125px;
	height: 35px;
	margin: 0 auto 45px;
	padding-top: 10px;
	background-color: #0097A7;
	font-size: 15px;
	color: #F5F5F5;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 5px;
}

.promo__btn:hover {
	background-color: #006974;
}

.promo__go-next {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0;
	color: #323232;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.promo__go-next:before {
	font-size: 30px;
	line-height: 40px;
	font-family: FontAwesome;
	content: "\f078";
}

.promo__go-next:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.team {
	width: 100%;
	min-height: 645px;
	padding-top: 55px;
	background-color: #16a086;
	text-align: center;
}

.team__inner {
	max-width: 1024px;
	margin: 0 auto;
}

.team__inner:after {
	content: '';
	display: table;
	clear: both;
}

.team__title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
}

.team__descr {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 45px;
	color: #fff;
}

.team__member {
	display: inline-block;
	position: relative;
	width: 220px;
	margin: 0 30px 30px;
	background-color: #fff;
}

.team__member img {
	width: 100%;
}

.team__member-info {
	display: block;
	width: 100%;
	height: 190px;
	padding: 15px 10px;
}

.team__member-name {
	margin-bottom: 5px;
	font-size: 18px;
}

.team__member-role {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	font-style: italic;
	text-transform: capitalize;
}

.team__member-descr {
	text-align: left;
	line-height: 1.3;
}

.team__member-soc {
	display: block;
	position: absolute;
	width: 180px;
	height: 50px;
	top: 95px;
	left: 50%;
	margin-left: -90px;
	background-color: #16a086;
	background-color: rgba(22, 160, 134, 0.8);
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.team__member:hover .team__member-soc {
	opacity: 1;
	visibility: visible;
}

.team__member-soc li {
	display: inline-block;
}

.team__member-icon {
	display: block;
	width: 45px;
	height: 50px;
	margin-left: -3px;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 0;
}

.team__member-icon:hover {
	color: #c1c1c1;
}

.team__member-icon:before {
	display: block;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 50px;
}

.team__member-icon.fb:before {
	content: "\f09a";
}

.team__member-icon.tw:before {
	content: "\f099";
}

.team__member-icon.gplus:before {
	content: "\f0d5";
}

.team__member-icon.db:before {
	content: "\f17d";
}

.impressum {
	width: 100%;
	min-height: 455px;
	padding: 30px;
	color: #424242;
}

.impressum__title {
	padding-top: 1rem;
	font-weight: bold;
	max-width: 1024px;
	margin: 0 auto;
}

.impressum__title:after {
	content: '';
	display: table;
	clear: both;
}

.impressum__inner {
	padding-top: 1rem;
	font-size: 14px;
	color: black;
	max-width: 1024px;
	margin: 0 auto;
}

.impressum__inner:after {
	content: '';
	display: table;
	clear: both;
}

@media screen and (max-width: 1000px) {

.portfolio__item {
	width: 170px;
	height: 170px;
	margin: 0 1.5% 35px;
}

.team__member {
	width: 190px;
	margin: 0 20px 30px;
}

}

@media screen and (max-width: 800px) {

.contact {
	padding: 50px 10px;
}

.contact__form {
	max-width: 50%;
	margin: 0 2% 0 8%;
}

.contact__form {
	float: none;
	max-width: 90%;
	margin: 0 auto 50px;
}

.contact__form-input_name {
	width: 100%;
}

.contact__form-input {
	width: 100%;
}

.contact__form-input_radio-group {
	width: 100%;
}

.contact__conditional {
	display: none;
}

.contact__form-tarea {
	width: 100%;
}

.contact__card {
	width: 40%;
}

.contact__card {
	display: block;
	width: 230px;
	margin: 20px auto;
}

.contact__card-title {
	text-align: center;
}

.page-header__logo {
	margin: 20px 0 0 10px;
}

.page-header__logo h1 {
	display: none;
}

.page-header__logo span {
	display: none;
}

.page-header__nav {
	margin: 25px 10px 0 0;
}

.page-header__nav li {
	margin-left: 0;
}

.portfolio {
	padding: 50px 10px;
}

.portfolio__filter li {
	margin: 0 5px;
}

.portfolio__item {
	width: 190px;
	height: 190px;
	margin: 0 5% 35px;
}

.promo__descr {
	max-width: 90%;
	margin: 0 auto 50px;
}

.team {
	padding: 55px 10px;
}

.team__member {
	width: 180px;
	margin: 0 10px 30px;
}

.team__member {
	display: block;
	width: 260px;
	margin: 0 auto 30px;
}

.team__member-info {
	height: auto;
}

.team__member-descr {
	display: none;
}

.team__member-soc {
	width: 260px;
	top: 220px;
	margin-left: -130px;
}

}

@media screen and (max-width: 656px) {

.portfolio__arrow {
	display: none;
}

}

@media screen and (max-width: 480px) {

.contact__title-2 {
	float: none;
	margin: 0 auto;
}

.contact__form-submit {
	float: none;
	margin: 0 auto;
}

.page-header {
	min-height: 50px;
}

.page-header__inner {
	text-align: center;
}

.page-header__logo {
	float: none;
	position: relative;
	display: inline-block;
	margin: 20px auto 10px;
	text-align: left;
}

.page-header__logo h1 {
	display: block;
}

.page-header__logo span {
	display: inline-block;
}

.page-header__nav {
	float: none;
	margin: 10px auto;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #eee;
}

.page-header__nav li {
	margin-left: 0;
}

.page-footer {
	padding: 0 10px 30px;
	text-align: center;
}

.page-footer__copyright {
	margin: 35px auto 0;
}

.page-footer__impressum {
	margin: 35px auto 0;
}

.page-footer__gotop {
	float: none;
	width: 100%;
	margin: 20px auto 0;
}

.portfolio__filter li {
	display: block;
}

}

