/*!
Theme Name: koeltrans

Version: 1.0.2020

Text Domain: koeltrans

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 *
 * 1.0 - Normalize
 *   1.1 - Basic Elements
 *   1.2 - Grid System
 *   1.3 - Helpers
 *   1.4 - Animations
 *   1.5 - Buttons
 * 2.0 - Header
 *   2.1 -  sticky menu
 * 3.0 - Footer
 *   3.1 - Back to top
 * 4.0 - Home Page
 *   4.1 - Hero Section
 *   4.2 - Feature Section
 *   4.3 - Our Offerings Section
 *   4.4 - How It Works Section
 *   4.5 - About Us Section
 * 5.0 - Home Page ( RU )
 * 6.0 - Home Page ( DE )
 *
 */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* 1.1 - Basic Elements */
:root {
	font-size: 18px;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	font-size: 20px;
	line-height: 1.3;

	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media(max-width: 1200px) {
	html {
		font-size: 18px;
	}
}

@media(max-width: 992px) {
	html {
		font-size: 16px;
	}
}

@media(max-width: 768px) {
	html {
		font-size: 15px;
	}
}

@media(max-width: 576px) {
	html {
		font-size: 14px;
	}
}

@media(max-width: 480px) {
	html {
		font-size: 13px;
	}
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;

	text-align: left;

	color: #000;
	background-color: #fff;

	font-family: 'Roboto', sans-serif;
	/*font-size: 16px;
	font-weight: 400;
	line-height: 1.65;*/
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	overflow: visible;

	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	text-decoration: underline;
	text-decoration: underline dotted;

	border-bottom: 0;

	-webkit-text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;

	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;

	vertical-align: baseline;

	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

iframe {
	border: none;
}

a {
	text-decoration: none;

	color: #007bff;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;

	color: #0056b3;
}

a:not([href]):not([tabindex]) {
	text-decoration: none;

	color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	text-decoration: none;

	color: inherit;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	overflow: auto;

	margin-top: 0;
	margin-bottom: 1rem;
}

figure {
	margin: 0 0 1rem;
}

img {
	max-width: 100%;

	vertical-align: middle;

	border-style: none;
}

svg {
	overflow: hidden;

	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;

	caption-side: bottom;

	text-align: left;

	color: #6c757d;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;

	margin-bottom: 0.5rem;
}

button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;

	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;

	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;

	max-height: 120px;

	resize: none;
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;

	border: 0;
}

legend {
	display: block;

	width: 100%;
	max-width: 100%;
	margin-bottom: 0.5rem;
	padding: 0;

	white-space: normal;

	color: inherit;

	font-size: 1.5rem;
	line-height: inherit;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;

	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;

	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;

	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
[type=week],
[type=time],
select,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 30px;

	border: 1px solid #e6e6e6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
}

[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=url]:focus,
[type=week]:focus,
[type=time]:focus,
select:focus,
textarea:focus,
[type=color]:active,
[type=date]:active,
[type=datetime]:active,
[type=datetime-local]:active,
[type=email]:active,
[type=month]:active,
[type=number]:active,
[type=password]:active,
[type=search]:active,
[type=tel]:active,
[type=text]:active,
[type=url]:active,
[type=week]:active,
[type=time]:active,
select:active,
textarea:active {
	border: 2px solid #9cc641;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;

	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.main-title {
	margin: 0;
	margin-bottom: 30px;

	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
}

.sub-title {
	position: relative;

	margin: 0;
	margin-bottom: 30px;

	letter-spacing: 0.5px;
	text-transform: uppercase;

	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.section-text {
	margin: 20px 0;

	letter-spacing: 0.5px;

	font-size: 21px;
	font-weight: 400;
	font-style: normal;
	line-height: 31px;
}

.divider {
	position: relative;

	display: block;

	height: 20px;
}

.divider::after {
	position: absolute;
	top: 0;

	display: block;

	width: 100px;
	height: 4px;

	content: "";

	background: #ef0d33;
}

.divider.divider--left::after {
	left: 0;
}

.divider.divider--center::after {
	left: 50%;

	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}


@media(max-width: 1200px) {
	.main-title {
		font-size: 38px;
	}
}

@media(max-width: 992px) {
	.main-title > br {
		display: none;
	}
}

@media(max-width: 580px) {
	.main-title {
		margin-bottom: 30px;

		text-align: center;

		font-size: 32px;
		line-height: 1.5;
	}
	.sub-title {
		margin-bottom: 20px;
	}
}

@media(max-width: 992px) {
	.main-title {
		margin-bottom: 20px;
	}
}

.content-area {
	position: relative;
}

.dark-context,
.dark-context p,
.dark-context h1,
.dark-context .h1,
.dark-context h2,
.dark-context .h2,
.dark-context h3,
.dark-context .h3,
.dark-context h4,
.dark-context .h4,
.dark-context h5,
.dark-context .h5,
.dark-context h6,
.dark-context .h6
.dark-context .section-title,
.dark-context .sub-title,
.dark-context .main-title {
	color: #fff;
}


/* 1.2 - Grid System */
.container {
	position: relative;

	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.container-fluid {
	position: relative;

	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 320px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 769px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1590px) {
	.container {
		max-width: 1560px;
	}
}

.clear::before,
.clear::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after {
	clear: both;
}

.section {
	padding: 30px 0 70px;
}

@media (max-width: 992px) {
	.section {
		padding: 30px 0 50px;
	}
}


/* 1.3 - Helpers */
.sr-only {
	position: absolute;

	overflow: hidden;
	clip: rect(0, 0, 0, 0);

	width: 1px;
	height: 1px;
	padding: 0;

	white-space: nowrap;

	border: 0;
}

.image-box {
	position: relative;

	display: inline-block;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 30px;
	max-width: 100%;
	height: auto;
	min-height: 30px;

	vertical-align: top;

	font-size: 0;
}

.image-box--rounded {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.image-box img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;

	-o-object-fit: cover;
	object-fit: cover;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.show-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display:         flex!important;
}

.accent-color {
	color: #9cc641!important;
}

.white-color {
	color: #fff;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left!important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

/*1.4 - Animatioms*/
.fade {
	-webkit-animation: fade linear 0.4s;
	animation: fade linear 0.4s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* 1.5 - Buttons */
.btn,
.wpcf7-form .wpcf7-submit {
	display: inline-block;

	padding: 0.375rem 0.75rem;

	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	text-align: center;
	vertical-align: middle;

	color: #fff;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	background-color: transparent;

	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.btn:hover {
	text-decoration: none;

	opacity: 0.8;
}

.btn:focus,
.btn.focus,
.comment-service .form-submit .submit:focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn.btn--primary,
.wpcf7-form .wpcf7-submit {
	height: 50px;
	padding: 0 40px;

	border-radius: 0;

	color: #fff;
	border-color: #00758f;
	background-color: #00758f;

	font-size: 16px;
	font-weight: 700;
	line-height: 45px;
}

.btn.btn--primary:hover,
.comment-service .form-submit .submit:hover {
	opacity: 0.9;
	color: #fff;
}

.btn--primary:focus,
.btn.btn--primary.focus,
.comment-service .form-submit .submit:focus {
	opacity: 0.9;
	color: #fff;
}

.btn.btn--outlined {
	height: 60px;
	padding: 0;

	text-transform: uppercase;

	color: #333;
	border: 2px solid transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;

	font-size: 16px;
	font-weight: 700;
	line-height: 55px;
}

.dark-context .btn.btn--outlined {
	color: #fff;
	border-color: #fff;
}

.btn.btn--icon-left {
	position: relative;

	padding-right: 30px;
	padding-left: 65px;
}

.btn.btn--icon-left::before {
	position: absolute;
	top: 50%;
	left: 30px;

	display: block;

	width: 25px;
	height: 25px;
	margin-top: -13px;

	content: "";

	background: url("img/icon-checked.svg") 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.btn.btn--submit {
	padding: 0 60px;
}

/* @media Button */
@media(max-width: 992px) {
	.page-banner .btn.btn--outlined {
		margin-right: 7px;

		font-size: 13px;
	}
	.btn.btn--icon-left {
		padding-right: 15px;
		padding-left: 40px;
	}
	.btn.btn--icon-left::before {
		left: 8px;
	}
}

/* --- / --- */


/*======
*
* 2.0 - Header
*
======*/
.site-header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;

	width: 100%;
	min-height: 80px;
	padding: 15px;

	background: transparent;
}

.site-header.sticky {
	padding: 5px 15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-webkit-transition: all .5s ease-in-out 0s;

	transition: all .5s ease-in-out 0s;

	background: #fff;
}

.site-header.sticky .custom-logo-link > img {
	width: 80px;
}

.site-header.sticky .site-phone {
	color: #00758f;
}

.site-header .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.site-header .site-branding {
	flex: none;
}

.site-branding .custom-logo-link > img {
	width: 150px;
	height: auto;

	transition: width 0.5s, height 0.5s;
}

.site-header .site-phone {
	width: 270px;
	padding: 0 35px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 1px;

	color: #ffffff;
}

.site-header .site-phone > svg {
	width: 15px;
}

.site-header .site-phone > a,
.site-header .site-phone > a:hover,
.site-header .site-phone > a:active  {
	text-decoration: none;
	color: currentColor;
}

#masthead h1 {
	width: calc(100% - 400px);
	padding-left: 6%;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	color: #fff;
}

#masthead h1.german-lang {
	display: none;
}

body.DE #masthead h1 {
	display: none;
}

body.DE #masthead h1.german-lang {
	display: block;
	padding-left: 3%;
}

#masthead.sticky h1 {
	padding-left: 10%;
	color: #00758f;
}

.main-navigation .menu-toggle {
	display: none;
}

.main-navigation {
	flex: auto;

	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;

	margin-left: auto;

	display: none;
}

.main-navigation .nav-menu {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;

	padding: 0;
	margin: 0;
	list-style-type: none;

	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;

	text-transform: uppercase;

	color: #FFFFFF;
}

.main-navigation .nav-menu .menu-item > a {
	padding: 15px 20px;
	font-family: inherit;
	font-size: inherit;
}

.main-navigation .btn {
	margin-left: 30px;
}

.lang-switcher {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;

	margin-bottom: 10px;

	color: #fff;
}

.lang-switcher > a {
	margin: 0 5px;

	white-space: nowrap;

	font-weight: 700;

	color: currentColor;
}

.site-header.sticky .lang-switcher  {
	color: #00758f;
}

.lang-switcher .language{
	color: #c1abab;
	text-decoration: underline;
}

.site-header.sticky .lang-switcher  .language{
	color: #0c0b0b;
	text-decoration: underline;
}

@media(max-width: 1200px) {
	.site-branding .custom-logo-link > img {
		width: 120px;
	}
	#masthead h1,
	#masthead.sticky h1 {
		padding-left: 2%;
		font-size: 22px;
	}
	.hero__title .elementor-heading-title {
		line-height: 1.2;
	}
}

@media(max-width: 992px) {
	#masthead h1 > span {
		display: none;
	}
}

@media(max-width: 767px) {
	.site-header .container {
		justify-content: space-between;
	}
	.site-header .site-phone {
		font-size: 16px;
	}
	#hero-section {
		height: 500px;
	}
	.hero__title .elementor-heading-title {
		position: relative;
		top: 200px;
		font-size: 28px;
	}
	.site-branding .custom-logo-link > img {
		width: 80px;
	}
	#masthead h1,
	#masthead.sticky h1 {
		font-size: 18px; 
	}
}

@media(max-width: 670px){
	.site-header{
		font-size: 16px;
	}
	.site-header .container {
		justify-content: flex-start;
	}
	.site-header .site-phone {
		width: auto;
		padding: 0 10px;
		margin-bottom: 8px; 
	}
	#masthead h1,
	#masthead.sticky h1{
		padding-left: 1%;
		font-size: 16px;
		width: 170px; 
	}
}


@media(max-width: 576px) {
	#hero-section {
		height: 400px;
	}
	.site-header .container {
		flex-direction: column;
		text-align: center;
	}
	.site-header .site-branding {
		order: 1;
	}
	.site-header .site-phone {
		order: 3;
	}
	#masthead h1,
	#masthead.sticky h1{
		order: 2;
		margin: 3%;
		margin-top: 6%;
	}
	.hero__title .elementor-heading-title {
		top: 180px;
	}
	.lang-switcher {
		position: absolute;
		right: 0;
		margin-top: 15px;
	}
}
@media(max-width: 375px) {
	.hero__title .elementor-widget-container .elementor-heading-title {
		font-size: 34px;
		left: -5px; 
	}
}

/* --- / --- */

/*======
*
* 3.0 - Footer
*
======*/
.entry-footer,
.german-lang,
body.DE #colophon .site-branding + h3,
body.DE #colophon .site-email > a:not(.german-lang) {
	display: none; 
}

/* body.DE #colophon .site-branding + h3 {
	display: none; 
} */

body.DE #colophon h3.german-lang {
	display: block;
}

body.DE #colophon a.german-lang {
	display: inline;
}

.site-footer {
	padding: 20px;
	border-top: 3px solid #6e757a;

	color: #fff; 
	background: #7a8287;
}

.site-footer .site-branding {
	margin-right: 50px;
}

.site-phone,
.site-email {
	margin-bottom: 5px;
}

.site-phone svg,
.site-email svg {
	width: 15px;
	margin-right: 7px;
}

.site-email svg {
	position: relative;
	top: -1px;
}

.site-footer .site-footer__bottom {
	position: relative;

	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;

	padding: 20px 0;

}

.socials {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.socials > a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;

	width: 40px;
	height: 40px;
	margin: 5px;

	font-size: 0;
	text-decoration: none;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #7a8287;
	background: #fff;
}

.socials > a:hover,
.socials > a:active {
	text-decoration: none;
}

.socials > a > svg {
	width: 15px;
}

.site-footer .place,
.site-footer .contact {
	margin-right: 25px;
}

.site-footer strong {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 7px;
}

.site-footer .copy {
	width: 100%;
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.site-footer .site-footer__bottom h3 {
	margin-right: 75px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.8;

	color: #fff;
}

.site-footer .site-footer__bottom h3 a {
	font-size: inherit;
	font-weight: inherit;
	color: currentColor;
}

@media(max-width: 996px) {
	.site-footer .site-footer__bottom {
		flex-direction: column;
	}
	.site-footer .site-branding{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.site-footer .site-footer__bottom h3 {
		margin-right: 0;
	}
	.site-footer .site-footer__bottom .site-email {
		margin-bottom: 45px;
	}
}

@media(max-width: 768px) {
	.site-footer .site-branding .custom-logo-link > img {
		width: 120px;
	}
}
/* --- / --- */


/*======
*
* 4.0 - Home Page
*
======*/
body.home .entry-header {
	display: none;
}


/* 4.1 - Hero Section */
#hero-section {}

.hero .hero__slogan {
	display: none;

	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/* 4.2 - Feature Section */
#features-section {}

.features {}

/* 4.3 - Our Offerings Section */
#offerings-section {}

@media(max-width: 1200px){

	#offerings-section{
		background-position: 58% 50%;
	}
}
@media(max-width:767px){

	#offerings-section::before{
		width: 100%;
		height: 100%;
		content: " ";
		background-color: rgba(0, 117, 143, 0.3);
		position: absolute;
		left: 0;
		top: 0; 

	}

	#offerings-section{
		background-position: 87% 50%;
		
	}

	#offerings-section .elementor-icon-box-content h3{
		margin-bottom: 25px;
	}

	#offerings-section .elementor-heading-title, #offerings-section .elementor-icon-box-description, #offerings-section .elementor-icon,
	#offerings-section .elementor-icon-box-title{
		text-align: center;
		color: #fff; 
		
	}
}

@media(max-width:599px){
	#offerings-section{
		background-position: 80% 50%;
		
	}
}

@media(max-width:465px){
	#offerings-section{
		background-position: 70% 50%;
		
	}
}
.our-offerings .elementor-icon-box-description {
	text-align: left;
}

/* 4.4 - How It Works Section */
#hiw-section {}

.how-it-works {}

#hiw-section .swiper-container {
	height: 450px;
	width: 100%;
	position: relative;
}

#hiw-section .swiper-slide {
	text-align: right;
}

#hiw-section .swiper-slide img {

	width: 60%;
}

#hiw-section .swiper-pagination {
	top: 150px;
	left: 20px;
	right: unset;
}

#hiw-section .swiper-pagination:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 5px;
	top: 7px;

	display: block;
	width: 2px;
	height: calc(100% - 10px);

	background: #2c343a;
}

#hiw-section .swiper-pagination-bullet {
	position: relative;
	z-index: 9;
	width: 12px;
	height: 12px;
	margin-bottom: 100px;

	text-align: center;

	background-color: #2c343a;
	border-color: #2c343a;
	opacity: 1;
}

#hiw-section .swiper-pagination-bullet:last-of-type {
	margin-bottom: 0;
}

#hiw-section .swiper-pagination-bullet-active:before {
	content: '';
	position: absolute;
	top: -16px;
	left: -16px;

	display: block;
	width: 43px;
	height: 43px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	border: 2px solid #2c343a;
	background: #fff;
}

#hiw-section .swiper-pagination-bullet:after {
	position: absolute;
	left: 0;
	top: -5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;

	color: #e63b09;

	display: none;
}

#hiw-section .swiper-pagination-bullet:nth-child(1):after {
	content: '1';
}

#hiw-section .swiper-pagination-bullet:nth-child(2):after {
	content: '2';
}

#hiw-section .swiper-pagination-bullet:nth-child(3):after {
	content: '3';
}

#hiw-section .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	display: inline;
}

/* Form */
#hiw-section .wpcf7-form {
	padding-bottom: 30px;
}

#hiw-section .wpcf7-form .row {
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

#hiw-section .wpcf7-form label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

#hiw-section .wpcf7-form label sup {
	color: red;
}

#hiw-section .wpcf7-form .row > label {
	width: 48%;
}

#hiw-section .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}

#hiw-section .wpcf7-form input:not([type="submit"]),
#hiw-section .wpcf7-form textarea {
	padding: 13px 18px 12px;
	border: 2px solid transparent;
	border-radius: 0;

	font-family: inherit;
	font-size: 14px;
	line-height: 1.7;
	color: #2c343a;

	background: whitesmoke;
	box-shadow: none;
}

#hiw-section .wpcf7-form input:focus:not([type="submit"]),
#hiw-section .wpcf7-form textarea:focus {
	border: 2px solid #00758f;
}

#hiw-section .wpcf7-form .form-message,
#hiw-section .wpcf7-form .form-actions {
	text-align: center;
}

#hiw-section .wpcf7-form .form-message > label {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#hiw-section .wpcf7-form .form-actions {
	padding-top: 15px;
}

@media(max-width: 768px){ 
	.wpcf7-form {
		padding: 0 15px;
	}
	.wpcf7-form .row{
		flex-direction: column;
	}
	#hiw-section .wpcf7-form .row > label {
		width: 100%;
	}
	#hiw-section .wpcf7-form .row > label:first-child{ 
		margin-bottom: 20px;
	}

}
/* 4.5 - About Us Section */
#about-us-section {}

.about-us {}

@media( max-width: 768px ) {
	#about-us-section {
		padding-left: 0;
		padding-right: 0;
	}
}
/*======
*
* 5.0 - Home Page ( RU )
*
======*/
#post-169 .entry-header {
	display: none;
}

/* --- / --- */



/*======
*
* 6.0 - Home Page ( DE )
*
======*/
#post-172 .entry-header {
	display: none;
}
/* --- / --- */