﻿body { 
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.has-error, .has-error label {
	color: #880c32!important;
	border-color: #880c32;
}

/*.img-responsive {
	width: auto
}*/

.bgred {
    padding-right: 0;
    padding-left: 0;
}

.btn-primary {
color: 
#fff;
background-color: 
#0066cc;
border-color: 
#0066cc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
color: 
#fff;
background-color: 
#007dff;
border-color: 
#0066cc;
}

/*OWN STYLES*/



.gallery img {
	margin: 5px 0px;
}

.form-group select {
	width: auto;

}

::-webkit-input-placeholder {
   color: #ffffff!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff!important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff!important;  
}

:-ms-input-placeholder {  
   color: #ffffff!important;  
}


a.kmblue {
	display: inline-block;
	color: #0066cc;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 20px;
	
}


a.kmblue span img {

margin-bottom: 4px;
margin-right: 8px;
	
}

a.kmblue:hover,a.kmblue:focus,a.kmblue:active {
	text-decoration: underline;
}


a.kmwhite {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 20px;
	
}


a.kmwhite span img {

margin-bottom: 4px;
margin-right: 8px;
	
}

a.kmwhite:hover,a.kmwhite:focus,a.kmwhite:active {
	text-decoration: underline;
}

a.popup-image:focus {
	outline: none;
}


.logoh1 {
	margin: 0;
	padding: 0;
}

.KMLogo {
	margin-bottom: 0;
	margin-top: 4px;
}

.language  {
	position: absolute;
	top: 55px;
	right: 0px;
	z-index: 10;
}

.youwe-color {
	color: #A3248E;
}

/*.KMLogo {
	margin-top: 20px;
	margin-bottom: 20px;
}*/
.counterDiv {
	padding: 15px;
	margin-bottom: 25px;
	background-color: #3384D5;
}
.counterDiv #clock{
	max-width: 320px;
	margin: 0 auto;
}

.counterDiv .countBlock{
	display:inline-block;
	text-align: center;
	color: #fff;
	width: 24.5%;
}
	.counterDiv .countBlock .Cnum {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
	}
	.counterDiv .countBlock .Ctext{
		display: inline-block;
		font-size: 16px;
		font-weight: normal;
	}

.img-responsive {
	width: 100%;
}


.tagline {
	margin-top: 34px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.slogan {
	float: right;
	margin-top: 15px;
	width: 100%;
	max-width: 189px;
	padding-top: 0;
	
}

.linkbox {
	
	float: right;
	clear: right;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	
}

.linkbox a {
	float: left;
	padding-top: 12px;
	margin-right: 12px;
	color: #003366;
}

.linkbox a:last-child {
	margin-right: 0;
}

.linkbox a:hover, a:focus {
color: 
#2a6496;
text-decoration: underline;
}

.link-icon {
	float: left;
	margin-right: 4px;
	margin-top: -2px;
	
}


.navbar-brand, .navbar-brand:hover {
	color: #666!important;
	font-size: 13px;
	padding-left: 0;
	font-weight: bold;
}



.headerelement {
	
	background-image: url(../img/header_pic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	/*min-height: 580px;*/
	 -ms-behavior: url(../backgroundsize.min.htc);
	
	
}

.headblock {
	padding-top: 40px;
}

.whitebg {
	background-color: transparent;
	background-color: rgba(255, 255, 255, .7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
	zoom: 1;
}

.whiteblock {
	
	
	margin-top: 40px;
	
	max-width: 420px;
	padding: 10px;
}
.whiteblock p {
	font-size: 20px;
	font-weight: bold;
	color: #3E4C57;
}

.whiteblock img {
	/*display: inline-box;*/
}

.blueblock {
	
	/*max-width: 366px;*/
	background-color: transparent;
	background-color: rgba(0, 100, 207, .7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E60066cc,endColorstr=#E60066cc);
		zoom: 1;
	text-align: center;
	color: #ffffff;
	padding: 20px;
	margin-top: 254px;
	width: 100%!important;
}

.blueblock strong {
	font-size: 30px;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;	
}

.paddingTop50 {
	padding-top: 50px;
}

.marginB20 {
	margin-bottom: 20px;
}

.btn-success {
	margin-top: 15px;
background: #91c22f;
border: 0 none;
/*background-color: transparent;
background-image: -webkit-linear-gradient(top, 
#99cc33 0%, 
#7ba70d 100%);
background-image: -o-linear-gradient(top, 
#99cc33 0%, 
#7ba70d 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(
#99cc33), to(
#7ba70d));
background-image: linear-gradient(to bottom, 
#99cc33 0%, 
#7ba70d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99cc33', endColorstr='#ff7ba70d');

zoom: 1;
background-repeat: repeat-x;*/
border-color: 
#3e5700;
}

.btn-success {
	font-size: 18px;
	position: relative;
}

.btn-success:after {
	display: block;
	position: absolute;
	content: '';
	width: 8px;
	height: 11px;
	font-size: 24px;
	right: 10px;
	bottom: 13px;
	background: url(../img/button_arrow.png) no-repeat center center;
}


.blueblock .btn-success {
	font-size: 26px;
	/*font-weight: bold;*/
	line-height: 27px;
	white-space: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.btn-success:active, .btn-success.active {
background-color: 
#7ba70d!important;
border-color: 
#3e5700;
}
.btn-success:hover, .btn-success:focus {
background-color: 
#7ba70d;
background-position: 0;
}


.arrowdown img {
	width: 100%;
	height: 40px;
	opacity: .7;
}


.thankyou {
	display: none;	
	text-align: center;
	color: #fff;
}

.thankyou span {
	font-size: 58px;
	/*margin-right: 28px;*/
	color: #99cc33;
}

.thankyou p {
	/*padding-left: 20px;*/
	font-size: 24px;
	font-weight: bold;
}

.blueformbg {
	background-color: #0066cc;
	/*min-height: 300px;*/
	margin-top: 60px;
	padding: 10px;
	color: #ffffff;
	-webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out;
}


.blueformleft {
	padding-top: 0;
	padding-left: 60px;
}


textarea {
    resize: none;
}


.formcontainer {
	
	border: 1px solid #ffffff;
	border-radius: 6px;
	padding: 10px;
	clear: left;
}

.formcontainer p {
	font-size: 18px;
}

.formcontainer label {
	font-size: 18px;
	font-weight: normal;
}

.formcontainer .btn-success {
	font-size: 18px;
}







.introblock {
	margin-top: 40px;
	margin-bottom: 40px;
}


.introblock h2 {
	text-align: center;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 40px;
}

.introblock h3 {
	color: #879099;
}

.introblock p {
	font-size: 16px;
	color: #3E4C57;
}


.col-center {
	text-align: center;
	font-size: 16px;
}

.col-center h3 {
	color: #869099;
	font-size: 22px;
}


.row .hero-container {
	max-width: 1600px;
	margin: 0 auto;
}

.hero-container{
	position:relative;
}

header .hero-image {
	width: 100%;
}


/* Play-Button */

#play-pause {
	width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    background-color: #0066cc;
    color: #fff;
    border:  0 none;
    position:absolute;
    bottom: 15%;
/*    margin-bottom: -45px;*/
    left: 50%;
    margin-left: -45px;
    padding:0;
    outline: none;
}
	#play-pause::before {
		
		font-family: 'Glyphicons Halflings';
		content: "\e072";
		font-size: 38px;
		left: 3px;
		position: relative;
		outline: none;
	}

	#play-pause.pause {
		width: 46px;
	    height: 46px;
	    display: block;
	    border-radius: 50%;
	    background-color: #0066cc;
	    color: #fff;
	    border:  0 none;
	    position:absolute;
	    bottom: 23px;
	    margin-bottom: 0;
	    left: 50%;
	    margin-left: -23px;
	}

		#play-pause.pause::before {
			font-family: 'Glyphicons Halflings';
			content: "\e073";
			font-size: 23px;
			left: 2px;
		}
		
		#play-pause:hover,
		#play-pause.pause:hover,
		#play-pause.pause:focus,
		#play-pause.pause:active  {
		    background-color: #fff;
		    outline: none;
		    color: #0066cc;
		}


img.full-image {
	width: 100%;
}
/*.initiation {
	background-image: url(../img/KM_72dpi_BB_1440_470.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 250px;
	background-size: conver;
}

.initiation header {
	width: 100%;
	margin: 0;
	text-align: left;
	letter-spacing: -2px;
	color: #0066CC;
}

.initiation h1 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}*/

.paragraph {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 52px;
	/*background-image: url(../img/p1_bg_lupe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
	/*min-height: 400px;*/
	-ms-behavior: url(../backgroundsize.min.htc);
	
}
.paragraph.contactparagraph {
	min-height: auto;
	
}

.paragraph .iconbig {
	margin-top: -40px;
	position: relative;
}

.showzone .iconbig {
	margin-top: -35px;
	width: 90px;
}


.showzone {
	position: relative;

	background-image: url(../img/bg_showzone.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

/*.showzone:after, .showzone:before {
	content: ' ';
	display: block;
	background: #ffffff;
	width: 30%;
	height: 36px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.showzone:before {
	right: 0px;
	left: auto;
}*/


.iconbig .round {
	width: 90px;
	height: 90px;
	display: inline-block;
	border-radius: 50%;
}
.iconbig .round.blue {
	background-color: #0066cc;
}
.iconbig .round.white {
	background-color: #fff;
}
.iconbig .round.bluegradient {
	background-color: /*#0066cc*/#2980E7;
}

.showzone .iconbig{
	border-radius: 50%;
	width: 90px;
	height: 90px;
}

.r2016 .showzone .iconbig{
	background: -moz-linear-gradient(left, rgba(38,146,247,1) 0%, rgba(41,151,249,1) 100%);
	background: -webkit-linear-gradient(left, rgba(38,146,247,1) 0%,rgba(41,151,249,1) 100%);
	background: linear-gradient(to right, rgba(38,146,247,1) 0%,rgba(41,151,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2692f7', endColorstr='#2997f9',GradientType=1 );
}


.showzone .iconbig .round {
	background: none;
	background-image: url(../img/icon_showzone_big_white.png);
	background-size: cover;
	
}

.paragraph .pressbook .iconbig,
.paragraph .pressrelease .iconbig,
.paragraph .factsfigures .iconbig,
.paragraph .speech .iconbig {
	margin-top: 0;
}
	.pressbook .iconbig .round {
		background-image: url(../img/icon_big_pressbook.png);
		background-image: url(../img/icon_big_pressbook.svg);
	}
	.pressrelease .iconbig .round {
		background-image: url(../img/icon_big_pressrelease.png);
		background-image: url(../img/icon_big_pressrelease.svg);
	}
	.factsfigures .iconbig .round {
		background-image: url(../img/icon_big_factsfigures.png);
		background-image: url(../img/icon_big_factsfigures.svg);
	}
	.speech .iconbig .round {
		background-image: url(../img/icon_big_speech.png);
		background-image: url(../img/icon_big_speech.svg);
	}


@media (min-width: 480px) {
/*	.showzone:after, .showzone:before {
		width: 40%;
	}*/
}

@media (min-width: 768px) {
/*	.showzone:after, .showzone:before {
		width: 44%;
	}*/
}

@media (min-width: 1024px) {
/*	.showzone:after, .showzone:before {
		width: 47%;
	}*/
}

.paragraph .paragraph-text {
	font-size: 16px;
}

.paragraph .paragraph-text > .row {
	margin: 0 -15px 35px -15px;
}

.paragraph .paragraph-text header {
	margin-top: 17px;
}

.paragraph .paragraph-text h2,
.paragraph .paragraph-text h3 {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 36px;
	line-height: 34px;
}

.paragraph .paragraph-text h3 {
	font-size: 24px;
	font-weight: normal;
	
}

.paragraph .paragraph-text p {
	margin: 0 0 20px;
	/*font-size: 16px;*/
}

.paragraph .paragraph-text  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.paragraph .paragraph-text  ul  li {
	margin: 0 0 25px 0;
	padding: 0 0 0 35px;
	position: relative;
}

.paragraph .paragraph-text  ul  li:before {
	display: block;
	content: ' ';
	position: absolute;
	background: url(../img/link_icon2.png) no-repeat center center;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
}

.paragraph .paragraph-text  ul  li,
.paragraph .paragraph-text  ul  li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}

.paragraph .paragraphform {
	border-radius: 5px;
	padding: 10px;
}

.paragraph .paragraphform h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	margin-bottom: 15px;
}

.paragraph .paragraphform label {
	font-size: 16px;
	font-weight: bold;
}

/* AE */

.inactive {
	opacity:  0.4;
}

.modal-dialog.thanks {
	cursor: pointer;
}

.modal-dialog {
	background: none;
	color: #333;
	margin-top: 10%;
}

.modal-dialog .modal-header {
	background-color: #0066CC;
	color: #ffffff;
	letter-spacing: -1px;
	font-weight: bold;
}

.modal-dialog .modal-header a {
	color: #ffffff;
}

.modal-dialog .modal-header a:hover {
	text-decoration: none;
}

.modal-dialog .modal-body {
	font-size: 12px;
	border-bottom: 1px solid #DFDFDF;
	background: #ffffff;
}

.modal-dialog .modal-header .close {
	color: #ffffff;
	opacity: 1;
}

.modal-dialog .modal-footer {
	background: #ffffff;
}

.modal-dialog .modal-footer .hint-contact {
	display: block;
	float: left;
	font-size: 12px;
}

.modal-dialog .modal-footer .btn-close {
	background: none;
	color: #0066CC;
	border-color: #0066CC;
}

.modal-dialog .modal-footer .btn-close:hover {
	background-color: #0066CC;
	color: #ffffff;
}

#thankyou-modal .modal-dialog .modal-header {
	border-bottom: none;
	font-weight: normal;
	
}
#thankyou-modal .modal-dialog .modal-header .thankyou p {
	text-align: left;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
}

.modal-dialog ol>li  {
		margin-bottom:15px;
	}
	.modal-dialog ol li li  {
			list-style-type: disc;
		}

.royalSlider {
  width: 100%;
  height: auto;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: none;
}

.exhibitionSlider  .icon {
	cursor: pointer;
}

.exhibitionSlider .tooltip {
	z-index: 2000;
}

.exhibitionSlider .tooltip .tooltip-inner {
	background-color: #0066CC;
	border-radius: 0px;
	text-align: center;
}
.exhibitionSlider .tooltip.top .tooltip-arrow {
	border-top-color: #0066CC;
}

.exhibitionSlider .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #0066CC;
}

.exhibitionSlider .tooltip.left .tooltip-arrow {
	border-left-color: #0066CC;
}

.exhibitionSlider .tooltip.right .tooltip-arrow {
	border-right-color: #0066CC;
}

.exhibitionSlider.rsDefault .rsArrowIcn {
	background: none;
	height: 72px;
	width: 72px;
	margin-left: -36px;
  margin-top: -36px;
}

.exhibitionSlider.rsDefault .rsArrow {
	width: 72px;
}

.exhibitionSlider.rsDefault .rsArrowRight {
	right: -40px;
}

.exhibitionSlider.rsDefault .rsArrowRight .rsArrowIcn  {
	background: url(../img/cebit_slider/arrow-right.png);
}

.exhibitionSlider.rsDefault .rsArrowLeft {
	left: -40px;
}

.exhibitionSlider.rsDefault .rsArrowLeft .rsArrowIcn  {
	background: url(../img/cebit_slider/arrow-left.png);
}

.btn-inline {
	display: inline-block;
	min-width: 200px;
  width: auto;
}

.top-margin {
	margin-top: 40px;
}

.mobile-top-margin {
	margin-top: 20px;
}


.paragraph .container h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 35px;
}
.paragraph.showzone .container h2{
	color: #ffffff;
}

.paragraph .container h4 {
	font-size: 24px;
	text-align: center;
}

.paragraph-blue {
	background: #0066CC;
}

.paragraph-blue .paragraph-text,
.paragraph-blue .paragraph-text  ul  li,
.paragraph-blue .paragraph-text  ul  li a
.paragraph-blue .paragraphform h2 , .paragraph-blue .paragraphform label,
.paragraph-blue h2,
.paragraph-blue a.kmblue,
.paragraph-blue label  {
	color: #fff;
}

.paragraph-blue .paragraphform {
	border: 1px solid #fff;
}

.paragraph-white {
	background: #ffffff;
}

.paragraph-white .paragraph-text,
.paragraph-white .paragraph-text  ul  li,
.paragraph-white .paragraph-text  ul  li a
.paragraph-white .paragraphform h2 , .paragraph-white .paragraphform label,
.paragraph-white h2,
.paragraph-grey label  {
	color: #333;
}

.paragraph-white .container h4 {
	color: #3e4c57;
}

.paragraph .paragraph-text {
	/* padding-right: 40px; */
}

.paragraph-grey {
	background: #D1D5DD;
	min-height: 1px;
	padding-bottom: 0px;
}

.paragraph-grey .paragraph-text,
.paragraph-grey .paragraph-text  ul  li,
.paragraph-grey .paragraph-text  ul  li a
.paragraph-grey .paragraphform h2 , .paragraph-grey .paragraphform label,
.paragraph-grey h2,
.paragraph-grey a.kmblue,
.paragraph-grey label {
	color: #3E4C57;
}


.right-menu {
	position: fixed;
	right: -1000px;
	top: 210px;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}

.right-menu .icon {
	float: left;
	width: 54px;
	cursor: pointer;
}

.right-menu ul {
	float: left;
	list-style-type: none;
	border-top: 5px solid #3e4c57;
	border-bottom: 5px solid #3e4c57;
	border-left: 8px solid #3e4c57;
	padding: 20px 25px;
	background: #ffffff;
	width: 150px;
}

.right-menu ul li {
	padding: 5px 0px;
}

.right-menu ul li a {
	color: #3e4c57;
	font-size: 14px;
}

.right-contact {	
	float: left;
	position: fixed;
	right: 0px;
	top: 75%;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}

.right-contact h4 {
	float: left;
	background-color: #91c22f;
	color: #ffffff;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border: 1px solid #91c22f;
	padding: 35px 10px 35px 40px;
	position: relative;
}

.right-contact h4:before {
	position: absolute;
	left: 10px;
	background-image: url(../img/icon-contact-right.png);
	background-repeat: no-repeat;
	background-position: top left;
	content: ' ';
	width: 20px;
	padding: 20px;
}

.manage-block {
	margin-top: 10px;
	margin-bottom: 55px;
}

.managetxt {
	padding: 10px 30px;
	
}

.cto-statement {
	text-align: center;
	font-size: 24px;
	color: #3E4C57;
	font-weight: bold;
}

.linkfooter {
	background-color: #D1D5DD;
	margin-top: 60px;
	/*border-top: 1px solid #333;*/
	box-shadow: inset 0 10px 10px -10px #666666;
	   -moz-box-shadow: inset 0 -0px 10px -10px #666666;
	   -webkit-box-shadow: inset 0 10px 10px -10px #666666;
	   padding-top: 30px;
	   padding-bottom: 30px;
}

.linkfooter .col {
	margin-bottom: 30px;
}


.linkfooter h4 {
	font-size: 16px;
	line-height: 20px;
	
}


.iconleft, txtright {
	float: left;
}

.iconleft {
	display: block;
	min-height: 50px;
	margin-right: 8px;
}

.iconleft img {
	display: block;
}

.txtright strong {
	color: #0066cc;
	line-height: 18px;
}

.txtright p {
	font-weight: bold;
	color: #3E4C57;
	line-height: 16px;
	padding-right: 15px;
}

h2.subheadline {
	color: #0066cc;
	letter-spacing: -1px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	
	
}

h2.subheadlinebottom {
	color: #0066cc;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 5px;
	
	
}

.headblock h1 {
	
	/*font-size: 28px;*/
	/*margin-bottom: 55px;*/
	letter-spacing: -1px;
	font-size: 36px;
	font-weight: bold;
}


h1.headwithsub {
	color: #3E4C57;
	letter-spacing: -1px;
	font-size: 36px;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 40px;
}

h2.headwithsub {
	color: #3E4C57;
	letter-spacing: -1px;
	font-size: 36px;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}



.footercontainer {
	margin-top: 20px;
	margin-bottom: 60px;
	
	padding-top: 25px;
}

.socials {	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3E4C57;
	margin: 10px 0px;
}

.socials img {
	margin-right: 5px;
}

.container-menu {
	position: relative;
}
 
.language  {
	top: 90px;
}

.language > a {
	display: inline-block;
	margin: 0 10px 0 0;
}

.smallfooter {
	-moz-box-shadow:    inset 0 8px 6px -6px #d8d8d8;
	   -webkit-box-shadow: inset 0 8px 6px -6px #d8d8d8;
	   box-shadow:         inset 0 8px 6px -6px #d8d8d8;
	
	
	min-height: 30px;
	padding-top: 8px;
	border-bottom: 2px solid #d8d8d8;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
}

.smallfooter a {
	color: #0066cc;
}

.copyright p {
	font-size: 12px;
	padding-top: 5px;
}

.footerlink img {
	margin-bottom: 5px;
	margin-right: 3px;
}

.smallfooter .link-right {
	float: right!important;
}

.green-banner {
	color: #fff;
	background-color: #91C22F;
	margin: 25px 0 25px 0;
	padding: 15px 20px 20px 50px;
	background-image: url(../img/slider_link_icon.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;

	-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform:rotate(-3deg);
	
	cursor: pointer;
}

.green-banner h3 {
	font-size: 26px !important;
	font-weight: normal !important;
	margin-top: 0px;
}

.green-banner p {
	padding: 0 !important;
	margin: 0 !important;
}

.cebit-visitus {
	background-color: #3384D5;
	padding: 15px 0 15px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.cebit-visitus h1{
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 32px;
}
#mobile_app h1{
	text-transform: uppercase;
	font: 300 32px 'Roboto Condensed';
}
#mobile_app h1 span{
	font-weight: normal;
	font-weight: 700;
}
#mobile_app .slide_toggle{
	font-size: 16px;
	margin-top: 15px
}
#mobile_app .slide_toggle .btn_toogle{
	cursor: pointer;
	
}
#mobile_app .slide_toggle .description{
	display: none;
	padding-top: 10px;
	font-weight: normal;
}
#mobile_app .slide_toggle .description ul{
	list-style: none;
}
#mobile_app .slide_toggle .description ul li{
	position: relative;
	margin-bottom: 10px;
}
#mobile_app .slide_toggle .description ul li:before{
	content: "";
	position: absolute;
	background: url(../img/link_icon2.png) no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	left: -35px;
}

#keywords{
	position: relative;
	padding-top: 4%;
	
}
#keywords .keyword{
	position: absolute;
	display: block;
	cursor:pointer;
	height: 5.5%;
}
#keywords .keyword div{
	display: none;
	position: absolute;
	font: 700 25px 'Roboto Condensed';
	text-transform:uppercase;
	color: #9b9b9b;
	white-space: nowrap;
	top: 101%;
}
#keywords .keyword:hover div{
	display: block;
}
#keywords .keyword[href="#keyword1"]{
	width: 12.6%;
	top: 8%;
	left: 31.6%;
}
#keywords .keyword[href="#keyword1"] div{
	text-align: right;
	right: 12%;
}
#keywords .keyword[href="#keyword2"]{
	width: 18%;
	top: 21%;
	left: 61.9%;
}
#keywords .keyword[href="#keyword2"] div{
	left: 35%;
}
#keywords .keyword[href="#keyword3"]{
	width: 21.4%;
	top: 50.2%;
	left: 8%;
}
#keywords .keyword[href="#keyword3"] div{
	left: 45%;
}
#keywords .keyword[href="#keyword4"]{
	width: 6.6%;
	top: 50%;
	left: 84%;
}
#keywords .keyword[href="#keyword4"] div{
	left: -100%;
}
#keywords .keyword[href="#keyword5"]{
	width: 13.8%;
	top: 67.2%;
	left: 60.7%;
}
#keywords .keyword[href="#keyword5"] div{
	left: -50%;
}
#keywords .keyword[href="#keyword6"]{
	width: 15.2%;
	top: 84.5%;
	left: 29.7%;
}
#keywords .keyword[href="#keyword6"] div{
	left: 45%;
}
#keywords .tooltip .tooltip-inner {
	background-color: #0066CC;
	border-radius: 0px;
	text-align: center;
}
#keywords .tooltip.top .tooltip-arrow {
	border-top-color: #0066CC;
}

#keywords .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #0066CC;
}

#keywords .tooltip.left .tooltip-arrow {
	border-left-color: #0066CC;
}

#keywords .tooltip.right .tooltip-arrow {
	border-right-color: #0066CC;
}
.showzone .slide_toggle{
	margin: 0 -15px 30px;
}
.showzone .slide_toggle>.container{
	border-bottom: 1px solid #ffffff;
	padding: 10px 0 10px;
}
.showzone .slide_toggle.open>.container{
	border-bottom: none;
}
.showzone .time{
	color: #ffffff;
	text-align: center;
	font: 400 40px 'Roboto Condensed';
}
.showzone .text{
	color: #ffffff;
	text-align: center;
	font: 300 40px 'Roboto Condensed';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.showzone .slide_toggle .btn_toogle{
	display: block;
	width: 22px;
	height: 22px;
	background: url('../img/slider_link_icon3.png') no-repeat;
	margin: 10px auto;
	cursor: pointer;
}
.showzone .slide_toggle.open .btn_toogle{
	background: url('../img/slider_link_icon4.png') no-repeat;
}
.showzone .slide_toggle .description{
	display: none;
	background: #ffffff;
	padding: 30px 0;
}
.showzone .slide_toggle .description .col-md-8 .head{
	margin-bottom: 20px;
}
.showzone .slide_toggle .description .col-md-2{
	width: 20%;
}
.showzone .slide_toggle .description .head{
	text-align: center;
	color: #0066cc;
	font: 600 25px 'Roboto Condensed';
	text-transform: uppercase;
	
}
.showzone .slide_toggle .description .name{
	text-align: center;
	font: 400 25px 'Roboto Condensed';
}
.showzone .slide_toggle .description .status{
	text-align: center;
	font: 300 25px 'Roboto Condensed';
}
.showzone .slide_toggle .description .num{
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background: #0066cc;
	color: #ffffff;
	font: 400 30px 'Roboto Condensed';
	text-align: center;
	margin: 0 auto 10px;
}
.showzone .slide_toggle .description .person{
	margin-bottom: 30px;
}
.showzone .slide_toggle .person .img_holder{
	width: 150px;
	height: 150px;
	border-radius: 75px;
	overflow: hidden;
	margin: 0 auto 20px;
	background: #cbcccc;
}
.showzone .slide_toggle .person .img_holder img{
	margin-top: -18px;
}
.showzone .slide_toggle .description .session .head{
	min-height: 140px;
	margin-bottom: 30px;
}

.showzone .slide_toggle .description .session ul{
	font: 300 25px 'Roboto Condensed';
	list-style: none;
}
.showzone .slide_toggle .description .session ul li{
	position: relative;
}
.showzone .slide_toggle .description .session ul li:before{
	content: "";
	dispaly: block;
	width: 22px;
	height: 22px;
	background: url('../img/slider_link_icon2.png') no-repeat;
	background-size: cover;
	position: absolute;
	left: -30px;
	top: 5px;
}


#drupa_icon{
	max-width: 96px;
}

.click-enlarge {
	position: relative;
	cursor: pointer;
}	

.click-enlarge:before {
	content: '';
	position: absolute;
	display: block;
	bottom: 5px;
	left: -70px;
	z-indeX: 1000;
	
	width: 100%;
	height: 30px;
	
	background-image: url(../img/slider_link_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.click-enlarge:after {
	content: 'Click to enlarge';
	position: absolute;
	display: block;
	background: rgba(255,255,255,0.8);
	bottom: 0;
	left: 0;
	width: 100%;
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
@media (max-width: 1200px) {
	#keywords .keyword div{
		font-size: 20px;
	}
	
}
@media (max-width: 990px) {
	.showzone .slide_toggle .description .head br{
		display: none;
	}

	.showzone .slide_toggle .description .col-md-2{
		width: 100%;
	}
	.showzone .slide_toggle .description .session .head{
		min-height: 0;
	}
	#keywords .keyword div{
		font-size: 16px;
	}
}
@media (max-width: 680px) {
	#keywords .keyword div{
		font-size: 14px;
	}
}
@media (max-width: 560px) {

	#keywords .keyword div{
		font-size: 10px;
	}
}

@media (min-width: 768px) {

	.mobile-top-margin {
		margin-top: 0px;
	}

	.local-de .paragraph .paragraph-text header {
		margin-top: 0;
	}

	.paragraph {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media (min-width: 992px) {
	.paragraphtwo .paragraphtwo-block > div {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	
	.headerelement {
		
		background-image: url(../img/header_pic.jpg);
		background-repeat: no-repeat;
		background-position: center -70px;
		/*background-size: cover \9;*/
		/*min-height: 580px;*/
		 -ms-behavior: url(../backgroundsize.min.htc);
	}
	
	.blueformbg {
		margin-bottom: 60px;
	}
}


@media (max-width: 992px) { 


.thankyou {
	/*display: none;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;*/	
}


.blueformleft {
	padding-top: 0;
	padding-left: 15px;
	
}

.headblock h1 {
	font-size: 28px;
	/*margin-bottom: 55px;*/
}


.tagline {

	padding-left: 24px;
}


.col-center {
	text-align: center;
	margin-bottom: 60px;
}

.integrationtxt {
	padding-top: 15px;
}

.paragraphtwo .picleft {
	margin-left: 0;
}

.paragraphthree .picleft {
	margin-left: 0;
}

}




@media (max-width: 767px){

.thankyou {
	/*display: none;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;*/	
}

.thankyou span {
	font-size: 46px;
}

.thankyou p {
	font-size: 18px;
}

.whiteblock {
	margin-top: 10px;
}

.headblock {
	padding-top: 0;
}

.headblock h1 {
	
	font-size: 27px;
	margin-bottom: 15px;
	/*text-align: center;*/
	
}

.headerelement {
	
	background-image: url(../img/header_pic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-size: cover;*/
	background: none;
	
	/*height: 480px;*/
	padding: 0;
	 -ms-behavior: url(../backgroundsize.min.htc);
}

.blueblock {
	/*max-width: 366px;*/
	background-color: rgba(0, 100, 207, 1);
	text-align: center;
	color: #ffffff;
	padding: 20px;
	margin-top: 20px;
	width: 100%!important;
}

.arrowdown img {
	opacity: 1;
}

.tagline {
	margin-top: 0;
	padding-left: 0px;
}

.KMLogo {
	margin-bottom: 0;
	display: block;
    max-width: 100%;
    height: auto;
}

.slogan {
	padding-left: 0px;
	width: 100%;
	padding-top: 17px;	
}

.language  {
	top: 70px;
}


/*OWN STYLES*/


.linkbox {
	float: left;
	width: 100%;
	
	padding-left: 0px;
	margin-bottom: 20px;
}

.smallfooter .link-right {
	float: left!important;
	margin-top: 6px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {

border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
height: 40px;
padding-top: 10px;
}


.col-center {
	text-align: center;
	margin-bottom: 60px;
}

.introblock h2 {
	text-align: center;
	font-size: 27px;
	line-height: 28px;
	margin-bottom: 40px;
}

.managetxt {
	padding: 10px 10px;
}


h2.headwithsub {
	font-size: 27px;
	line-height: 28px;
}

.ecm-block {
	margin-bottom: 30px;
}

.cto-statement {
	font-size: 22px;
	line-height: 24px;
}

.img-responsive.modal-pic {
    max-height: 300px;
    width: auto;
    margin-bottom: 20px;
}

/* Play-Button */

#play-pause {
	width: 60px;
    height: 60px;
/*    margin-bottom: -30px;*/
    left: 50%;
    margin-left: -30px;
}
	#play-pause::before {
		font-size: 27px;
		left: 2px;
	}

#play-pause.pause {
	width: 40px;
    height: 40px;
    bottom: 10px;
    margin-bottom: 0;
    left: 10px;
    margin-left: 0;
}
		#play-pause.pause::before {
			font-size: 18px;
			left: 1px;
		}
}


@media (max-width: 600px){

/*.form-group {
	width:100%!important;
	margin: 10px auto;
}*/

.thankyou span {
	font-size: 36px;
}

.thankyou p {
	font-size: 16px;
}

h1.headwithsub {
	
	font-size: 24px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 20px;
}

.cto-statement .btn-success{
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.paragraph.exhibition .container {
  overflow: hidden;
}

.exhibitionSlider.rsDefault .rsArrowIcn {
	background: none;
	height: 42px;
	width: 42px;
	margin-left: -21px;
  margin-top: -21px;
}

.exhibitionSlider.rsDefault .rsArrow {
	width: 42px;
}

.exhibitionSlider.rsDefault .rsArrowRight {
	right: -20px;
}

.exhibitionSlider.rsDefault .rsArrowRight .rsArrowIcn  {
	background: url(../img/cebit_slider/arrow-right.png);
	background-size: contain;
}

.exhibitionSlider.rsDefault .rsArrowLeft {
	left: -20px;
}

.exhibitionSlider.rsDefault .rsArrowLeft .rsArrowIcn  {
	background: url(../img/cebit_slider/arrow-left.png);
	background-size: contain;
}


}

@media (max-width: 440px){

.slogan {
	padding-left: 0px;
	width: 100%;
	padding-top: 10px;	
}

.language  {
	top: 60px;
}

/* Play-Button */

#play-pause {
	width: 40px;
    height: 40px;
    margin-bottom: -20px;
    margin-left: -20px;
}
	#play-pause::before {
		font-size: 20px;
		left: 1px;
	}

#play-pause.pause {
	width: 30px;
    height: 30px;
}
		#play-pause.pause::before {
			font-size: 17px;
			left: 1px;
		}
}



#footer-map {
	width: 100%;
	display: inline-block;
}

.tx-srfreecap-cant-read {
	/*font-size: 14px;*/
	padding-top: 3px;
}
.row.form-body .csc-default {padding-left:20px;padding-right:20px}
.tx-femanager legend {display: none}
.femanager_captcha input {
	/*width:150px*/
}
.tx-femanager select,
.tx-femanager input.input-block-level,
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tx-femanager input#femanager_field_captcha.input-block-level {
	width: auto;
	display: inline-block;

}

.femanager_submit {text-align:right}


.tx-felogin-pi1 legend {
	display: none
}
.tx-felogin-pi1 input {width:150px; min-height: 30px;}
.tx-felogin-pi1 div {font-size: 14px;}
.tx-felogin-pi1 a {font-size: 14px;}
.tx-felogin-pi1 form {margin-top:10px}

.tx-felogin-pi1 h3 {display:none}

.tx-felogin-pi1 input[type='submit'] {margin-top:10px}
.paragraph .container .csc-default h4 {text-align:left}

.g-recaptcha-form div {
	margin: 0 auto 5px auto;
}
.g-recaptcha-form.error > div {
	border: 1px #CC0000 solid;
}
