/* ------------------------------------------------
 GLOBAL DECLARATIONS
----------------------------------------------- */

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/maven-pro-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/maven-pro-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/maven-pro-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/maven-pro-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/maven-pro-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/maven-pro-v25-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-600 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/maven-pro-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/maven-pro-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/maven-pro-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/maven-pro-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/maven-pro-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/maven-pro-v25-latin-600.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-900 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/maven-pro-v25-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/maven-pro-v25-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/maven-pro-v25-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/maven-pro-v25-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/maven-pro-v25-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/maven-pro-v25-latin-900.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v27-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v27-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v27-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/open-sans-v27-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v27-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v27-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v27-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v27-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v27-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body {
	margin: 0;
	padding: 0;
	background: url(graphics/background_kft.webp) no-repeat center center fixed;
	background-size: cover;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 10pt;
	color: #666666;
	min-height: 100%;
	height: 100%;
}

html{
	height: 100%;
	margin: 0;
}

/* --------- Links --------- */
a {
	color: #CC292B;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #CC292B;
	text-decoration: none;
}

a.more {
	background: url(graphics/symbols/bullet_plus.gif) right 3px no-repeat;
	color: #CC0000;
	font-size: 11px;
	padding-right: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

a.more:hover {
	color: #DE4400;
	text-decoration: underline;
	text-transform: uppercase;
}

/* --------- Buttons --------- */
div.button {
	background-color: #666666;
	padding: 3px 0 3px 0;
	border: 1px solid outset #CFCFCF;
	border-radius: 1px; 
	text-align: center; 
	vertical-align: middle;
	text-decoration: none;
	color: white;
}
div.button:hover {
	background-color: #DE4400;
}
#contact {
	width: 100px;
	height: 18px;
}
#jobapplication {
	width:300px;
}
#jobapplication a {
	text-decoration: none;
	color: white;
}#jobapplication a:hover {
	text-decoration: none;
	color: white;
	background-color: none;
}
/* --------- Headlines --------- */
h1 {
	font-family: "Maven Pro", sans-serif;
	font-size: 2em;
	color: #CC292B;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 5px 0;
}
h2 {
	font-family: "Maven Pro", sans-serif;
	font-size: 13pt;
	color: #CC292B;
	text-transform: uppercase;
	text-align: left;
	margin: 15px 0 3px 0;
}
h3 {
	font-family: "Maven Pro", sans-serif;
	font-size: 10pt;
	color: #CC292B;
	text-transform: uppercase;
	text-align: left;
	margin: 15px 0 3px 0;
}
h4 {
	font-family: "Maven Pro", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-align: left;
	margin: 15px 0 0 0;
}
h5 {
	font-family: "Maven Pro", sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #666666;
	margin: 0.2em 0 0 0;
}
/* --------- Forms --------- */
form.contact-form {
	margin: 2em 0 2em 0;
}
form.contact-form fieldset {
	border: 0px;
}
input {
	width: 90%;
	height: 25px;
	border: 1px solid #CFCFCF;
	margin-bottom: 1.2em;
	padding: 2px 5px;
	background-color: #FFFFFF;
	font-family: "Open Sans";
	color: black;
}
input[type="submit"] {
	width: 25%;
	height: 45px;
	margin-top: 20px;
	border-radius: 3px;
	background-color: #666666;
	border: 2px solid #EFEFEF;
	color: white;
	font-family: "Open Sans";
	font-size: 14px;
	cursor: pointer;
}
input[type="submit"]:hover {
	border-color: #DE4400;
}
input[type="submit"]:active {
	background-color: #DE4400;
}
select {
	width: 91.7%;
	height: 30px;
	border: 1px solid #CFCFCF;
	margin-bottom: 1.2em;
	background-color: #FFFFFF;
	font-family: "Open Sans";
}
textarea {
	width: 90%;
	height: 80px;
	border: 1px solid #CFCFCF;
	margin-bottom: 1.2em;
	padding: 5px;
	color: black;
}
form.contact-form input[type='checkbox'] {
	float: left;
	width: 20px;
	margin-right: 10px;
}
form.contact-form input[type='checkbox'] + label {
	display: block;
	width: 250px;
	vertical-align: baseline;
	text-align: left;
}
form.contact-form label {
	vertical-align: 5px;
	margin-top: 15px;
}
form.contact-form td.divider {
	border-top: 1px solid #CFCFCF;
}
form.contact-form td {
	vertical-align: top;
}
/* --------- Miscellaneous --------- */
hr {
	border: solid 1px #CFCFCF;
	width: 95%;
	margin: 15px 0px 15px 0px;
	text-align: center;
}
video {
	text-align: center;
	border: solid 1px #CFCFCF;
	margin-bottom: 0.5em;
}
span.FT {
	font-variant: small-caps;
}
.nobr {
	white-space: nowrap;
}
.pdf {
	background: url(graphics/symbols/icon_pdf.png) right 3px no-repeat;
	padding-right: 14px;
	vertical-align: baseline;
}
.external {
	background: url(graphics/symbols/icon_external.png) right 3px no-repeat;
	padding-right: 14px;
	vertical-align: baseline;
}
sup {
	font-size: 0.7em;
}
sub {
	font-size: 0.7em;
}
/* ------------------------------------------------
 BASIC STRUCTURE
----------------------------------------------- */
div#contents_box {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.95);
}
header {
	height: 250px;
	width: 100%;
	background: url(graphics/background_2023.png) no-repeat top center;
	margin-bottom: 0.5em;
	display: inline-block;
	position: relative;
}
nav {
	width: 173px;
	height: 101%;
	margin: 0 7px 15px 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
	display: block;
	text-align: left;
}
main {
	display: block;
	margin: 0 0 0 180px;
	vertical-align: top;
}
footer {
	clear: both;
	height: 40px;
	width: 960px;
	margin: 1.5em auto 0 auto;
	display: inline-block;
	background-color: #cc292b;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}
/* ------------------------------------------------
 HEADER:  Additional formatting
----------------------------------------------- */

/* --------- Language Selector Box -- */
div#language_selector {
	margin: 0px;
	min-height: 3em;
	display: block;
}
div#language_selector ul{
	float: right;
	margin: 10px 15px;
	font-size: 8pt;
}
div#language_selector ul li {
	float: left;
	margin-left: 1em;
	display: block;
}
#language_selector a {
	color: #555;
	text-decoration: none;
}
#language_selector a:hover {
	color: white;
}
#language_selector img {
	vertical-align: text-bottom;
}
/* --------- Logo Box --------- */
div#logo {
	margin: 10px 30px 0 30px;
	z-index: 2;
}
/* --------- Tagline --------- */
div#tagline {
	margin: 30px 0 15px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-shadow: 0 2px 5px #000;
	z-index: 2;
}
/* --------- KFT Advert Section --------- */
div#advert {
	position: absolute;
	top: 50px;
	right: 20%;
	z-index: 1;
}
/* --------- Social Buttons --------- */
div#social {
	float: right;
	margin: 15px 15px 10px 0;
	z-index: 2;
}
div#social ul li {
	float: left;
	margin-left: 1em;
	margin-left: 1em;
	display: block;
}
/* ------------------------------------------------
 NAVBAR:  Additional formatting
----------------------------------------------- */
nav ul {
	float: left;
	display: block;
	list-style-image: url(graphics/symbols/bullet_nav.png);
	list-style-position: outside;
	margin: 0;
	padding-left: 25px;
}
	nav ul li {
		margin: 0 0 0.4em 0;
		padding: 0;
	}
	nav ul li.none {
		display: block;
		list-style-image: url(graphics/symbols/bullet_nav_transp.png);
		margin: -0.2em 0 -0.2em -1em;
	}
	nav ul a {
		color: #070707;
		font-weight: bold;
		text-decoration: none;
		
	}
	nav ul li#contact {
		list-style-image: url(graphics/symbols/bullet_nav_transp.png);
	}
/* ------------------------------------------------
 FOOTER:  Additional formatting
----------------------------------------------- */
footer a:link {
	color: white;
	text-decoration: none;
}
footer a:visited {
	color: white;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
div#aboutUs {
	padding-top: 10px;
}
a:hover div.add_nav {
	background-color: white;
	color:#CC292B;
}
div.add_nav {
	position: fixed;
	width: 30px;
	height: 30px;
	z-index: 10;
	background-color: #CC292B;
	font-size: 15pt;
	font-weight: bold;
}
	div.add_nav#totop {
		bottom: 50px;
		right: 10%;
	}
	div.add_nav#goback {
		bottom: 15px;
		right: 10%;
	}
/* ------------------------------------------------
 ASIDE:  Additional formatting
----------------------------------------------- */
aside {
	float: right;
	margin: 15px 5px 0 0;
	width: 220px;
	min-height: 100%;
	text-align: center;
	font-size: 8pt;
}
aside img {
	width: 200px;
	border: 1px solid;
	border-color: #CFCFCF;
	border-radius: 10px 0;
}
aside table td {
	vertical-align: bottom;
}
article.related_docs {
	margin: 0px 0px 25px 15px; 
	padding: 5px; 
	text-align: left; 
	background-color: #efefef;
}
article.related_docs ul {
	padding-left: 10px;
}
article.related_docs ul li {
	margin-top: 10px;
}
/* ------------------------------------------------
 CONTENT:  Additional formatting
----------------------------------------------- */

/* --------- Content: NEWS --------- */
section#news article.prod_horizontal {
	height: 100%;
	min-height: 150px;
}
ul#portfolio {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#portfolio li {
	display: block;
	width: 97%;
	height: 300px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat, no-repeat;
 	background-position: left, center;
	background-size: cover;
	border: 1px solid #CFCFCF;
	border-radius: 10px;
}
ul#portfolio li div{
	position: relative;
	bottom: -80%;
	left: 8%;
	width: 90%;
	background-color: #cc292b;
	font-size: 12pt;
	text-align: right;
}
ul#portfolio a {
	color: white;
	text-decoration: none;
}
ul#portfolio a:active {
	color: white;
	text-decoration: none;
}
ul#portfolio a:visited {
	color: white;
	text-decoration: none;
}
ul#portfolio a:hover {
	color: white;
	text-decoration: underline;
}
div.date {
	text-align: right;
	font-size: 8pt;
}
/* --------- Content: MAIN --------- */
section.main_text {
	margin: 0;
	padding-right: 30px;
	text-align: justify;
}
	section.main_text video {
		width: 550px;
		border: 1px solid;
		border-color: #CFCFCF;
		border-radius: 10px 0;
	}
section.box {
	display: block;
	clear: right;
	min-height: 50px;
	margin: 0 15px 12px 0;
	padding: 1px 8px 8px 8px;
	font-size: 10pt;
	border-radius: 10px;
	background-color: #efefef;
}
	section.box img {
		border: 0;
	}
	section.box td {
		width: 50%;
		padding: 0.6em 1em 0.6em 0;
		vertical-align: top;
		text-align: left;
	}
	section.box a {
		font-weight: bold;
	}
.main_gallery img {
	width: 550px;
	margin-bottom: 8px;
	border: 1px solid #CFCFCF;
	border-radius: 10px 0;
}
.main_gallery video {
	width: 550px;
	margin-bottom: 8px;
	border: 1px solid #CFCFCF;
	border-radius: 10px 0;
}
img.main_gallery {
	width: 550px;
	border: 1px solid #CFCFCF;
	margin-bottom: 8px;
}
p.caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin-bottom: 15px;
}
article.vertical {
	width: 350px;
	min-height: 85px;
	float: left;
	margin: 5px 10px 5px 0;
	border-radius: 10px;
	background-color: #EFEFEF;
	padding: 7px;
}
	article.vertical table, tr {
		width: 100%;
		border-bottom: 1px solid #DFDFDF;
		border-collapse: collapse;
		text-align: left;
		table-layout: fixed;
	}
	article.vertical th, td {
		padding: 5px 7px;
	}
article.horizontal {
	
	width: 93%;
	margin: 5px 10px 10px 0px;
	padding: 7px;
	background-color: #EFEFEF;
	border-radius: 10px;
}
	article.horizontal table, tr {
		width: 100%;
		border-bottom: 1px solid #DFDFDF;
		border-collapse: collapse;
		text-align: center;
	}
	article.horizontal th, td {
		padding: 5px 7px;
	}

	#lang_code {
		width: 30px;
	}
	#product_terms {
		 width: 25%;
	}
section.solutions {
	max-width: 100%; 
	padding: 0;
	display: flex; 
	flex-flow: row wrap;
}
article.prod_horizontal {
	width: 100%;
	margin: 10px 18px 5px 5px;
	padding: 7px;
	background-color: #EFEFEF;
	border-radius: 10px;
}
	article.prod_horizontal h3{
		margin-top: 15px;
		font-size: 10pt;
	}
	article.prod_horizontal img {
		width: 46%;
		height: 200px;
		overflow: hidden;
		margin: 5px 15px 5px 5px;
		border: 1px solid #CFCFCF;
		border-radius: 10px;
		float: left;
	}
article.prod_vertical {
	width: 46%;
	margin: 5px;
	padding: 7px;
	border-radius: 10px;
	background-color: #EFEFEF;
}
	article.prod_vertical h3{
		margin-top: 0px;
		font-size: 10pt;
	}
	article.prod_vertical img {
		width: 96%;
		height: 200px;
		overflow: hidden;
		margin: 5px;
		border: 1px solid #CFCFCF;
		border-radius: 10px;
	}

/* --- */
ul.advantages {
	list-style-image: url(graphics/symbols/bullet_advantages.png);
}
dt {
	font-weight: bold;
	margin: 0.9em 0 0 1.5em;
}
dd {
	margin-top: 0.3em;
	margin-left: 2em;
}
blockquote {
	width: 500px;
	margin: 2em 2em 0 2em;
	font-style: italic;
	font-weight: bold;
}
p.author {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-bottom: 15px;
}
address {
	font-style: normal;
}
.honeypot {
	display: none;
}
div.alert-success {
	z-index: 1;
	background: white;
	font-size: 14px;
	font-weight: 700;
	color: black;
	padding: 20px 40px;
	width: 80%;
	border-left: 8px solid red;
	border-radius: 4px;
}