html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.2em;
	height: 100%;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
.fixedMargin {
	margin-top: 70px;
}
.topPadding {
	padding-top: 10%;
}
.project-title {
	margin-bottom: 100px; 
}
@media (max-width: 768px) {
	.project-title {
		margin-bottom: 5px; 
	}
}
/* ==========================================================================
   leit motiv styles
   ========================================================================== */
body {
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  color:#333;
  background-color:#ffffff;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
}
.container-fluid {
	padding: 0px!important;
}
section {
	margin-bottom: 4%;
    padding-top: 4%!important;
}
.bg { 
/* Full height */
	height: 100%; 
	/* Center and scale the image nicely */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
/* General */
a {
	text-decoration:none;
}
/*shift the position of the anchor --> browser incompatibility*/
a.shift{
	display:block;
   	height:90px; /* this is the height of your header */
  	margin-top:-90px; /* this is again negative value of the height of your header */
   	visibility:hidden;
}
h1, h2, h3 {
	margin-bottom: 30px;
	color:#666;
}
section h1 {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    color: #000000 !important;
    line-height: 1.2em;
	padding-left: 30px;
	border-left: 10px solid #FC0;
}
@media (min-width: 768px) {
	.container
	{
		padding: 0px;
	}	
}
.btn-more {
	display: block;
	background: #FC0;
	margin: 3% auto 2%;
	padding: 2% 4% 1.8%;
	color: #000;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	border-radius: 3px;
	width: fit-content;
	text-decoration:none;
	
}
.btn-more:hover{
	opacity: 0.7;
	color: #000;
	text-decoration:none;
}
/********************************
	HEADER
 ********************************/
 header{
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:70px;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	z-index:100;
	box-shadow: 3px 6px 20px 0 rgba(0,0,0,0.3);
}
#headerContainer{
	position:relative;
	width: 100%;	
}
#headerContainer img {
	width: 350px;
	margin-top: 12px;	
}
@media (max-width: 992px) {
	#headerContainer img {
		margin-left: 10px;
	}
}
@media (max-width: 550px) {
	#headerContainer img {
		width: 260px;
		margin-top: 22px;	
	}
}
#headerContainer .logo {
	position: absolute;
	z-index: 2; 
}
/********************************
	NAVBAR
 ********************************/
#main-menu-bar {
	position: absolute;
    top: 7px;
	right: 0px;
    width: 100%;
	
}
#main-menu-bar .nav-link {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.navbar-toggler {
	position: absolute;
	top: 5px;
	right: 5px;
    font-size: 40px;
}

#main-menu-bar .nav-link:hover {
	color: #666;
}
#main-menu-bar .nav-link.current {
	color: #FC0;
}
@media (max-width: 991px) {
	.nav-item {
		border-bottom: 1px solid #333;
	}
	.navbar {
		padding: 0px!important;
	}
	.navbar-collapse {
		margin-top: 65px;
		background-color: #FFF;
	}
	.header-100-container {
		max-width: 100%!important;
	}
	.navbar-toggler {
		top: 15px;
	}
}

/****************************
	Languages Switcher  
*****************************/
#langSwitcher {
	position: absolute;
	top: 30px;
	right: 25px;
	width:auto;
	height:auto;
	z-index: 2;
}
@media (max-width: 991px) {
	#langSwitcher {
		top: 3px;
		right: 15px;
	}
}
#langSwitcher ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
	line-height: 1.2em;
}
#langSwitcher ul li {
	display:inline-block;
	margin:0;
	padding:0 9px;
	border-right:1px solid #333;
	width:auto;
}
#topHeaderHome #langSwitcher ul li {
	border-right:1px solid #FFF;
}
#langSwitcher ul li:last-child, #topHeaderHome #langSwitcher ul li:last-child {
	border-right:0;
	padding-right:0;
}
#langSwitcher ul li a {
	display:block;
	font-size:13px;
	height:14px;
	line-height:14px;
	margin:0;
	padding:0;
	text-decoration:none;
	color: #FFF;
}
#langSwitcher ul li button {
	display:block;
	font-size:16px;
	margin:0;
	padding:0;
	text-decoration:none;
	color: #333;
	background-color: #FFF;
	border: 0px; 
	outline: none;
	cursor: pointer;
}
@media (max-width: 991px) {
	#langSwitcher ul li button {
		font-size:14px; 
	}
	#langSwitcher ul {
		line-height: 1em;
	}
}
/**********************************************/
/********   HOME PAGE   ***********************/
#mainImgBox {
	position: relative;	
}
.header-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   /* padding-top: 30vh;
    padding-bottom: 25vh; */
    padding-left: 1%;
    margin-top: 70px;
	border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.home-bg {
	background: url('../images/main-image.jpg') no-repeat bottom center;
	padding-top: 30vh;
    padding-bottom: 25vh;
}
.solution-bg {
	background: url('../images/solution-image.jpg') no-repeat bottom center; 
	padding-top: 30vh;
    padding-bottom: 5vh;
}
.contact-bg {
	background: url('../images/contact-image.jpg') no-repeat bottom center; 
	padding-top: 30vh;
    padding-bottom: 5vh;
}
.project-bg {
	background: url('../images/project-image.jpg') no-repeat bottom center; 
	padding-top: 30vh;
    padding-bottom: 5vh;
}
.about-bg {
	background: url('../images/about-image.jpg') no-repeat bottom center; 
	padding-top: 30vh;
    padding-bottom: 5vh;
}
.partner-bg {
	background: url('../images/geometry-image.jpg') no-repeat bottom center; 
	padding-top: 30vh;
    padding-bottom: 5vh;
}
.mainTitle {
	font-size: 50px;
    color: #FFF;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    font-weight: 700;
}
.subTitle {
	font-size: 40px;
	color: #FFF;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    font-weight: 700;
	line-height: 45px; 
}
@media (max-width: 992px) {
	.mainTitle {
		font-size: 40px;
	}
	.subTitle {
		font-size: 30px;
		line-height: 35px; 
	}
}

/****  SECTION: Product *****/
.content-box {
	font-size: 16px;
	line-height: 1.8em;
	background-color: #ffffff;
	padding-top: 40px !important;
	padding-right: 40px !important;
	padding-bottom: 40px !important;
	padding-left: 40px !important;
	margin-bottom: 10px !important;
}
#products .content-box  {
	min-height: 355px;
}
.content-box-shadow {
    box-shadow: 0px -16px 85px -30px rgba(0,0,0,0.3);
}
.figure-caption {
	font-size: 20px;
	text-transform: uppercase;
    color: #76A81F !important;
    line-height: 1.3em;
}
.working-box .figure-caption {
	min-height: 70px;
}
/****  SECTION: Product *****/
.box-icon {
	font-size: 32px;
	color: #76A81F;
}	
.working-box {
	font-size: 16px;
	line-height: 1.8em;
}



/***********  Solutions  ****************/
.nav-tabs .nav-link {
	color: #888;
	background-color: white;
    border: 2px solid #76A81F;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
	flex-grow: 1;
	line-height: 20px;
	width: 0;
}
@media (max-width: 600px) {
	.nav-tabs .nav-link {
		width:unset;
	}
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
	border: 2px solid #76A81F;
    color: #fff;
    background-color: #76A81F;
	outline: none;
}
.solutions-title {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    color: #000000 !important;
    line-height: 1.1em;
	padding-left: 25px;
	border-left: 10px solid #FC0;
}
.content-box.margin-bottom-box {
	margin-bottom: 3%!important;
}

/****  Contacts  ***/
/*** contatti  *****/
.single-contact {
	position: relative;
    background-color: rgba(118, 168, 31, 0.2);
    padding: 40px 10px 30px;
    margin-left: 30px;
    margin-right: 30px;
	min-height: 300px;
}
@media (max-width: 12012px) {
	.single-contact {
		margin-left: 20px;
		margin-right: 20px;
	}
}
.single-contact h4 {
	font-size: 26px;
}
.contact-details {
	display: block;
}
.contact-details {
	font-size: 18px;
}
.formular {width: 90%; margin:0 auto; padding:0; padding-bottom:44px; background:rgba(0, 0, 0, 0.0); bottom:50px; margin-top:20px; }
.formular .form {margin:0; padding:30px 16px 2px 0px; font-weight:300; text-align: left;}
.formular h3 { color:#fff; padding:15px 0 15px; margin:0; font-size:20px; background:#b9bb36; padding-left:15px; border-top-left-radius:10px; border-top-right-radius:10px;}
.formular .titelform {margin:0; padding:0; margin-top:15px; margin-bottom:15px; padding-right:15px;}
input.inp_kon {
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  font-weight:300;
  background:#e9e9e9 none repeat scroll 0 0;
  color:#668;
  border: 1px solid #eee;
  width:100%;
  height:60px;
  margin-top:2px;
  font-size:15px;
  letter-spacing: 0px!important;
}
input[type="text"], select, textarea {background:#e9e9e9 none repeat scroll 0 0!important; border:1px solid #eee!important; color:#668!important;}
input:active {border:1px solid #333!important;}
input:focus{border:1px solid rgba(0,0,0,0.2)!important;}
textarea.inp_kon {
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  font-weight:300;
  background: #e9e9e9 none repeat scroll 0 0;
  width:100%;
  height:220px;
  color:#668;
  font-size:15px;
  letter-spacing: 0px;
	border:1px solid #eee;
}
input.inp_kon_sen { 
  float:left;
  width:230px; 
  height:45px;
  font-size:13px;
  letter-spacing: 1px;
  color:#fff;
  background-color:#76A81F;
  font-weight:300;
  border:none;
  border-radius:5px;
}
.form-label {
	padding-left: 10px;
}

/*******   TEAM    **************/
#about-us .figure-img {
	border: 1px solid #333;
}
/***********  MARKETING  *****************/

/********************************
	FOOTER
 ********************************/
footer {
	color:#FFF;
	background-color: #1c1f26;
	padding: 25px 0px 0px;
	margin-top: 1%;
	text-align:center;
}

/*** Modal Popup - Privacy ****/
#pacModal, #cgcModal {
	text-align: left;
}
#cgcModal p {
	font-size: 16px;
}

