/*
Theme Name: Wendel Unternehmensberatung
Author: Bekim Abazi
Author URI: https://www.bekim-media.de
Description: Ein Theme für die Firma Wendel Unternehmensberatung im Zusammenhang mit Elementor
Version: 2020.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html


Ronald Wendel WordPress Theme © 2020 Bekim
Ronald Wendel is distributed under the terms of the GNU GPL
*/

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,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
button {
	outline: 0;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
q {
	display: inline;
	font-style: italic;
}
q:before {
	content: '"';
	font-style: normal;
}
q:after {
	content: '"';
	font-style: normal;
}
textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='search'],
input[type='password'] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	padding: 2px;
}
big {
	font-size: 120%;
}
small,
sup,
sub {
	font-size: 80%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
dd {
	margin-left: 20px;
}
kbd,
tt {
	font-family: courier;
	font-size: 12px;
}
ins {
	text-decoration: underline;
}
del,
strike,
s {
	text-decoration: line-through;
}
dt {
	font-weight: bold;
}
address,
cite,
var {
	font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.center {
  width: 100%;
  background-color: #fff;
}

.container-center {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 100px;
}

.flex-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.one-half {
  width: calc(50% - 10px);
}

.stair-content {
  line-height: 32px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #264653;
  text-align: center;
}
.stair-content i {
  font-size: 64px;
  color: #e76f51;
}

.hidden {
  display: none;
}

/* Stairs */
.stairs-color {
  color: #fff;
  display: block;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #264653;
  background-color: #264653;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  /* This is the important line */
  margin-right: calc(var(--indent) * 30px);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
}

.stairs-color:hover {
  border: 1px solid#E76F51;
  background-color: #e76f51;
}

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

h2 {
  color: #264653;
  margin-bottom: 32px;
}

.orange {
  color: #e76f51;
}

.active {
  border: 1px solid#E76F51;
  background-color: #e76f51;
}

.fade-in {
  animation: fadeIn ease 1.5s;
  -webkit-animation: fadeIn ease 1.5s;
  -moz-animation: fadeIn ease 1.5s;
  -o-animation: fadeIn ease 1.5s;
  -ms-animation: fadeIn ease 1.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.little-text {
  color: #e76f51;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 16px;
}


body {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', 'Source Open Pro', sans-serif;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.reset_variations {
    margin-left: 100px;
}


/*Header*/
.contact-links li, .contact-links p {
	font-size:14px !important;
}
.footer-links {
	font-size:16px;
}

/* JObs */
.sjb-page .sjb-filters.sjb-filters-v1 .btn-search {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 40px;
    margin-bottom: 35px;
    padding: 0;
    width: 100%;
    background: #264653;
}
.sjb-page .row {
    margin-left: -15px;
    margin-right: -15px;
    background: white;
}
.sjb-page .btn-primary, .sjb-page .btn-primary:hover, .sjb-page .btn-primary:active:hover, .sjb-page .btn-primary:active:focus, .sjb-page .sjb-detail .jobpost-form .file div, .sjb-page .sjb-detail .jobpost-form .file:hover div {
    background-color: #264653;
    color: #fff;
}

.sjb-page .list-data .v1 .job-type, .sjb-page .list-data .v1 .job-location, .sjb-page .list-data .v1 .job-date, .sjb-page .list-data .v2 .job-type, .sjb-page .list-data .v2 .job-location, .sjb-page .list-data .v2 .job-date {
    color: #E76F51;


}
.job-title {
    font-size: 24px;
	color:#264653;
}
.job-title:hover {
    color:#264653;
}
.jobpost-form h3 {
	color:#264653;
}
.job-description h2 {
    font-size: 24px;
    color: #213036;
		margin-top:64px
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {
    background: #E76F51;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 32px;
    padding: 6px 12px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .required {
    color: #E76F51;
    font-size: 16px;
}

.sjb-page .sjb-detail .list-data .v1 h3, .sjb-page .sjb-detail .list-data .v2 h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .v1 .job-detail h3, .sjb-page .sjb-detail .list-data .v2 .job-detail h3, .sjb-page .sjb-archive-page .job-title {
    color: #E76F51;
}

.job-description li {
    font-size: 18px;
    color: #213036;
    list-style:none;
	padding:0px;
}

.sjb-page .sjb-detail .list-data .v1 ul li::before, .sjb-page .sjb-detail .list-data .v2 ul li::before {

    color: #E76F51;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;

}
.sjb-page .list-data .v1 .job-description {
    float: left;
    width: 100%;
}

/* Cookie */
.cookie-btn {
    background-color: #e76452 !important;
}

/* Blogs */
.elementor-435 .elementor-element.elementor-element-772a0b4b .elementor-pagination {
    text-align: center;
    width: 30%;
    margin: auto;
}

span.page-numbers.current {
    background:#E76F51;
    padding: 10px;
    border-radius: 50%;
    color: white;
}
h2 {
    font-size: 22px;
}
strong,b {
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
p,li {
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
  letter-spacing: .03em;
    line-height: 24px !important;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 16px;
    font-size: 18px !important;
}

/* Blockquote */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #E76F51;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #E76F51;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
	color:#264653;
}

/* Shop Page */
td.product-name a {
    color: #213036;
}

td.product-name a:hover {
    color: #E76F51;
}
a.checkout-button.button.alt.wc-forward,button#place_order {
	background:#213036;
}

th {
	color: #213036;
	
}
.woocommerce a.remove{
	color:#213036 !important;
}

.woocommerce a.remove:hover{
	color:#fff !important;
	background:#213036;
}
.woocommerce .elementor-414 .elementor-element.elementor-element-4f33afc7 .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce .elementor-414 .elementor-element.elementor-element-4f33afc7 .woocommerce-tabs ul.wc-tabs li.active {
    background-color:#f1f1f1; 
	
}
.woocommerce-tabs.wc-tabs-wrapper p {
    font-weight: 500;
    color: #264653;
}

.woocommerce-info::before,.woocommerce-error, .woocommerce-info, .woocommerce-message{
	color:#2130361;
	border-top-color:#E76F51;
}

a.showcoupon {
	color:#213036;
}

.elementor a{
	color:#E76F51;
}
.elementor a:hover{
	text-decoration:underline;
}

.woocommerce-billing-fields input,textarea#order_comments {
	padding: 10px;
	outline:none;
	box-shadow:none;
	border:1px solid #aaa ;
	border-radius:4px;
}
.woocommerce-billing-fields input:focus {
	border-color:#E76F51;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{
	margin-top:32px
}

span.woocommerce-Price-amount.amount {
	color: #E76F51;
}



li {
    list-style: disc;
    margin-left: 30px;
}


/* Menu */
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
Schließen

Deine Anpassungen für Zusätzliches CSS
CSS-Code

    max-height: 100vh;
    height: 100vh;
}

nav.navbar {
    background: #264653;
}



header {
	background-color: #264653;
}

.logo img {
	width: 150px;
	height: auto;
}

a {
	text-decoration: none;
}



.full-hero {
	top: 0;
	position: absolute;
	display: block;
}

.spacer {
	position: relative;
}

section {
	padding: 120px 10px !important;
}

.shadow-text {
	font-size: 218px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #f1f8fe;
	z-index: 1;
	opacity: 0.4;
	position: absolute;
	bottom: -10%;
}
.title-text {
	position: absolute;
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #f1f8fe;
	bottom: -16px;
	left: 14.5%;
}

section:last-of-type,
section:first-of-type {
	padding: 0px 0 !important;
	margin: 0px 0 !important;
}

.container {
	width: 100%;
	max-width: 1366px;
	margin: auto;
}

nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	height: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

nav .logo {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

nav .logo a {
	color: white;
}

nav .menu {
	display: block;
}

nav .menu li a {
	color: #f1f1f1;
	text-decoration: none;
	padding: 0 8px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

nav .menu li a:hover,
nav .menu li a.active {
	color: #333333;
}

nav .menu li {
	display: inline-block;
}

.flex-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 170px 0;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 170px 0;
}

.one-two {
	width: calc(50% - 70px);
	padding: 35px;
}

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

.flex article {
	width: calc(33% - 48px);
	margin: 24px 0;
	padding: 24px;
}

.hero-image {
	height: calc(100vh);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.hero-image:after {
	content: '';
	position: absolute;
	width: 100%;
	z-index: -998;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.hero-image video {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -999;
}

.hero-text {
	color: white;
	width: 90%;
}

.hero-text #typed-strings {
	color: #E76F51;
	font-size: 32px;
}

.hero-text #typed-strings-privat {
	color: #E76F51;
	font-size: 32px;
}
.hero-text #typed-strings-company {
	color: #E76F51;
	font-size: 32px;
}
#typed-strings-ueber{
	color: #E76F51;
	font-size: 48px;
	text-align:center !important;
}

.hero-text h1 {
	font-size: 28px;
}

.hero-text p {
	padding-top: 16px;
	font-size: 16px;
	line-height: 24px;
}

.small-title h2 {
	color: #E76F51 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
	padding-bottom: 8px !important;
}

.big-title {
	color: #151a51 !important;
	font-size: 30px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	padding-bottom: 16px !important;
	line-height:24px;
}

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

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

.text-right {
	text-align: right;
}

.text {
	color: #151a51;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 16px;
	width: 40%;
}

.text-white {
	color: white !important;
}

.info {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #151a51;
}
.details,
.info {
	line-height: 24px;
}

#button {
	margin-top: 12px;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	background: none;
	color: #E76F51;
	border-color: #E76F51;
	
	padding: 10px;
	border: none;
	color: E76F51;
	border: 1px solid #E76F51;
	
	
	border-radius: 4px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	cursor: pointer;
}

#button:hover {

	transform:rotate(2deg);
}

#button-full {
	margin-top: 12px;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	background: #E76F51;
	color: #ffffff;
	border-color: #E76F51;
	
	padding: 10px;
	border: none;
	color: E76F51;
	border: 1px solid #E76F51;
	
	
	border-radius: 4px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	cursor: pointer;
}

#button-full:hover {

	transform:rotate(2deg);
}

#button-white {
	margin-top: 12px;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	background: none;
	padding: 10px;
	border: none;
	color: #ffffff;
	border-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 4px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	cursor: pointer;
}

#button-white:hover {
	border-color: #14b9c5;
	color: #14b9c5;
}

.hero-image-half {
	width: 100%;
	height: 100%;
	min-height: 668px;
	position: relative;
	z-index: -9999;
}

.hero-image-half.about {
	background: url('./img/about-hero.png') no-repeat center;
}

.hero-image-half.clients {
	background: url('./img/clients-hero.png') no-repeat center;
}

.hero-image-half.jobs {
	background: url('./img/jobs-hero.png') no-repeat center;
}

.hero-image-half.contact {
	background: url('./img/contact-hero.png') no-repeat center;
}

.hero-image-half::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -998;
}

.hero-image-half .shadow-text {
	font-size: 218px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #f1f8fe;
	z-index: 1;
	opacity: 0.4;
	position: absolute;
	bottom: -10%;
	left: 10%;
}

.hero-image-half .title-text {
	position: absolute;
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #f1f8fe;
	bottom: -10px;
	left: 14.5%;
}

.about-text {
	color: #151a51;
}

.about-text .big-title {
	margin-bottom: 80px;
}

.about-text .text-sentence {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 24px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

.flex-img img {
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
	width: 100%;
	filter: grayscale(100%);
	transition:.5s ease-in-out;
	cursor:pointer;
}

.flex-img img:hover {

	filter: grayscale(0%);
}

.blog {
	margin: 40px 0;
}

.cta {
	background: #151a51;
	color: white;
}

.item {
	width: calc(33% - 48px);
	padding: 24px;
}

.cta-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	margin: 12px 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.cta-links a {
	color: white;
	text-decoration: none;
	padding: 4px;
	-webkit-transition: ease-in-out 0.4s;
	transition: ease-in-out 0.4s;
}

.cta-links a:hover {
	color: #E76F51;
}

.cta-links a[href^='mailto:']::before {
	content: '\f0e0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 12px;
}

.cta-links a[href^='tel:']::before {
	content: '\f879';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 12px;
}

.bold {
	font-weight: bold;
}

.price .price-table-blue {
	background: #151a51;
	width: 335px;
	padding: 38px;
	height: 460px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.25);
}

.price .price-table-blue .price-title {
	color: #dce2f2;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 16px;
}

.price .price-table-blue .price-cost {
	color: #dce2f2;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

.price .price-table-blue .feature-table {
	margin-top: 38px;
}

.price .price-table-blue .feature {
	font-size: 16px;
	color: white;
	padding-bottom: 20px;
	font-family: Arial;
	font-weight: 500;
}

.price .price-table-blue .feature.arrow::after {
	content: '\f00c';
	float: right;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.price .price-table-white {
	background: white;
	width: 335px;
	height: 550px;
	padding: 38px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.25);
}

.price .price-table-white .price-title {
	color: #151a51;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 16px;
}

.price .price-table-white .price-cost {
	color: #2292a4;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

.price .price-table-white .feature-table {
	margin-top: 38px;
}

.price .price-table-white .feature {
	font-size: 16px;
	color: #151a51;
	padding-bottom: 20px;
	font-family: Arial;
	font-weight: 500;
}

.price .price-table-white .feature.arrow::after {
	content: '\f00c';
	float: right;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #2292a4;
}

.price img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	padding-bottom: 32px;
}

.about-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #2292a4;
	padding: 16px 0;
}

.testimonails {
	background: #f1f8fe;
}

.test-box {
	width: calc(33% - 48px);
	height: auto;
	background: white;
	padding: 16px;
	border-radius: 24px;
}

.test-icon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 226px;
	color: #2292a4;
}

.test-details {
	color: #151a51;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin-top: -116px;
}

.test-infos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.test-name {
	padding-left: 8px;
}

.test-fullname {
	color: #151a51;
	text-transform: uppercase;
}

.test-company {
	color: #2292a4;
	opacity: 0.6;
	font-size: 14px;
}

footer {
	background: #0f0a0a;
	color: white;
	padding: 16px;
}

footer .flex-group {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 50px 0;
}

footer .logo a {
	color: white;
}

footer .slogan {
	color: #6d6d6d;
	font-size: 14px;
}

footer .small-title {
	padding-bottom: 4px;
}

footer .social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .social-media i {
	font-size: 24px;
	padding: 0 4px;
	color: #2292a4;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

footer .social-media i:hover {
	color: white;
}

.social-links::after {
	content: '';
	border: 1px solid rgba(34, 146, 164, 0.3);
	width: 90%;
	margin: auto;
	border-radius: 50%;
}

.one-quarter {
	width: calc(25% - 24px);
	padding: 12px;
}

.list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: white;
	text-decoration: none;
	padding: 4px 0;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.list a:hover {
	color: #2292a4;
}

.newsletter-email {
	padding: 8px;
	border-radius: 4px 0px 0px 4px;
	width: 65%;
	outline: none !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.newsletter-text {
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 16px;
}

.button-send {
	background: #2292a4;
	padding: 8px;
	margin-left: -7px;
	border-color: #2292a4;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	cursor: pointer;
	border-radius: 0 4px 4px 0px;
}

.button-send i {
	color: white;
}

.newsletter-email::-webkit-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #151a51;
	font-size: 16px;
}

.newsletter-email:-ms-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #151a51;
	font-size: 16px;
}

.newsletter-email::-ms-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #151a51;
	font-size: 16px;
}

.newsletter-email::placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #151a51;
	font-size: 16px;
}

.mx-4 {
	margin-bottom: 1.2rem;
}

.jobs .item {
	width: 300px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
	cursor: pointer;
}

.jobs .item .company-name {
	color: #151a51;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 4px;
}

.jobs .item .job-title {
	color: #2292a4;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 12px;
}

.jobs .item .job-desc {
	color: #151a51;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 12px;
	line-height: 24px;
}

.jobs img {
	margin-bottom: 4px;
}

.full-width {
	width: 100% !important;
}

section.contact .contact-text {
	font-size: 16px;
	color: #151a51;
	font-family: 'Source Sans Pro';
	line-height: 24px;
	margin-bottom: 24px;
}

section.contact label {
	font-size: 16px;
	font-family: 'Source Sans Pro';
	color: #151a51;
	font-weight: 600;
	margin-bottom: 8px;
	display: inline-block;
}

section.contact input,
section.contact textarea {
	margin-bottom: 20px;
	width: 95%;
	border: none;
	background: #dce2f2;
	border-radius: 8px;
	padding: 16px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

section.contact input:focus,
section.contact textarea:focus {
	background: white;
	border: 2px solid #E76F51;
	outline: none !important;
	color: #E76F51;
}

section.contact .button-submit {
	width: 20%;
	padding: 12px;
	border: none;
	background-color: #151a51;
	color: white;
	border-radius: 4px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	cursor: pointer;
}

section.contact .button-submit:hover {
	background-color: white;
	border: 1px solid #2292a4;
	color: #2292a4;
}
.contact-data {
	color: #151a51;
	font-family: 'Source Sans Pro';
	line-height: 24px;
	margin-bottom: 24px;
}

section.contact .contact-information,
section.contact .contact-information a {
	color: #151a51;
	margin-bottom: 8px;
	text-decoration: none;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

section.contact .contact-information i,
section.contact .contact-information a i {
	padding-right: 8px;
}

section.contact .contact-information a:hover,
section.contact .contact-information a a:hover {
	color: #2292a4;
}

.left-pic,
.center-pic,
.right-pic {
	position: absolute;
}

.left-pic {
	top: 50%;
	left: 15%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.left-pic img {
	height: 380px;
	border-radius: 8px;
}

.center-pic {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.center-pic img {
	border-radius: 8px;
}

.right-pic {
	top: 50%;
	left: 85%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.right-pic img {
	height: 380px;
	border-radius: 8px;
}

.blog-posts .blog-card {
	width: 100%;
	border-radius: 0 8px 0 8px;
	-webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.1);
	color: #151a51;
}

.blog-posts .blog-details {
	padding: 30px;
}

.blog-posts .blog-title {
	font-size: 24px;
	margin-bottom: 24px;
}

.blog-posts .blog-desc {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 24px;
	margin-bottom: 24px;
}

.blog-posts img {
	width: 100%;
}

.blog-posts .pagination {
	text-align: center;
}

.blog-posts .pagination a {
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	height: 32px;
	width: 32px;
	background-color: #151a51;
	border-radius: 50%;
	line-height: 32px;
	display: inline-block;
	margin: 0 8px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	border: 1px solid #151a51;
}

.blog-posts .pagination a.active,
.blog-posts .pagination a:hover {
	color: #2292a4;
	background-color: white;
	border: 1px solid #2292a4;
}

.blog-posts .pagination i {
	font-size: 32px;
	vertical-align: top;
	color: #151a51;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	cursor: pointer;
}

.blog-posts .pagination i:hover {
	color: #2292a4;
}

.mobile-button {
	z-index: 9999;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	display: none;
}

a.icon {
	display: block;
	color: white;
	z-index: 1;
}

.mobile-button i {
	font-size: 22px;
}

a.icon:hover {
	color: #151a51;
}

.mobile-menu {
	width: calc(90% - 36px);
	font-size: 18px;
	height: 100vh;
	padding: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: -90% 0;
	background: #151a51;
	z-index: 1;
	display: none;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.mobile-menu.active {
	width: calc(90% - 36px);
	font-size: 18px;
	height: 100vh;
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	background: #264653;
	z-index: 1;
}

.mobile-menu.active li a {
	color: white;
	font-family: 'Source Sans Pro', sanf-serif;
	line-height: 50px;
	font-size: 32px;
}

.mobile-button.active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Contact Form */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	margin-bottom: 8px;
	margin-top: 8px;
	width: 95%;
	border: none;

	background: #dce2f2;
	border-radius: 8px;
	padding: 16px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

input.wpcf7-form-control.wpcf7-submit {
	width: 20%;
	padding: 12px;
	border: none;
	background-color: #213036;
	color: white;
	border-radius: 4px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: white;
	border: 1px solid #E76F51;
	color: #E76F51;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel:focus,
input.wpcf7-form-control.wpcf7-text:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
	background: white;
	border: 2px solid #E76F51;
	outline: none !important;
	color: #E76F51;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #213036;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    color: #213036;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #213036;
    border-radius: 5px;
	color:white;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #264653;
    color: #fff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

    content: "";
    display: block;
    border: 1em solid #264653;
        border-top-color: rgb(38, 70, 83);
        border-right-color: rgb(38, 70, 83);
        border-left-color: rgb(38, 70, 83);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;

}
address {
    padding: 10px;
    color: #264653;
}

label {
	font-size: 16px;
	font-family: 'Source Sans Pro';
	color: #213036;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}
/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}


.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #E76F51;
    	border-radius: 50%;
    	padding: 1px;  
}

@media screen and (max-device-width: 1024px), screen and (max-width: 1024px) {
	.text {
		width: 100%;

	}
	.big-title {
		width: 100%;
		font-size: 26px;
		padding: 0px !important;
	}
	.flex-group {
		padding: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.flex article {
		width: 100%;
		margin: 24px 0;
	}
	.item {
		width: 100%;
	}
	.test-box {
		width: 100%;
		margin: 16px 0;
		-webkit-box-shadow: 0px 0px 100px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 100px 3px rgba(0, 0, 0, 0.2);
	}
	.flex-img img {
		border-radius: 8px;
		width: calc(100% - 20px);
		padding: 10px;
	}
	.one-quarter {
		width: 100%;
	}
	.container {
		width: calc(100% - 20px);
		padding: 10px;
	}
	section {
		padding: 0;
	}
	.menu {
		display: none;
	}
	.hero-image-half .shadow-text {
		font-size: 80px;
		font-family: 'Source Sans Pro', sans-serif;
		color: #f1f8fe;
		z-index: 1;
		opacity: 0.4;
		position: absolute;
		bottom: -8%;
		left: 10%;
	}
	.blog-posts .flex-group {
		margin: 0;
	}
	.one-two {
		width: calc(100% - 20px);
		padding: 10px;
		margin-bottom: 32px;
	}
	.pagination {
		margin-bottom: 16px;
	}
	iframe {
		width: 100% !important;
	}
	.button-submit {
		width: 100% !important;
	}
	section.contact input,
	section.contact textarea {
		width: calc(100% - 32px);
	}
	.price .price-table-blue,
	.price .price-table-white {
		width: calc(100% - 40px);
		padding: 20px;
	}
	.about-text .text-sentence,
	.big-title {
		width: calc(100% - 20px);
		padding: 10px;
	}
	nav .menu {
		display: none;
	}
	.mobile-button {
		display: block;
	}
	.hero-image-half {
		min-height: 350px;
	}
	.no-mobile {
		display: none;
	}
	.hero-text {
    color: white;
    width: 100%;
    height: 100%;

    overflow: hidden;
		display:inline;
	      

    margin: 0 auto;
}
	.hero-text h1,.hero-text span {
		font-size:20px !important;
	}
	section:first-of-type,
	.header-text,
	.about-text {
		padding: 80px 10px;
	}
	footer {
		padding: 0px;
	}
	.left-pic,
	.right-pic,
	.shadow-text {
		display: none;
	}
	.center-pic {
		position: relative;
	}
	.center-pic img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	nav .menu li {
		display: block;
	}
	.cart-btn {
    font-size: 29px !important;
    margin-left: -20px !important;
}
}
/*# sourceMappingURL=main.css.map */


@media only screen and (max-width: 780px) {
  .one-half {
    width: 100%;
  }
#attachment_1315 {
    width: 100% !important;
}
  .container-center {
    padding: 0px;
  }

  .one-half {
    margin-bottom: 32px;
  }
}

