/* -----------------------  CAROUSEL  ------------------------------ */

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  color: #205081;
  text-shadow: 0px 0px #fff;
}

/* -----------------------  LEFT VS RIGHT COLUMN  ------------------------------ */

@media (min-width: 768px) {  
    .left_column {
      padding-right: 50px;
    }

    .right_column {
      padding-left: 50px; 
    }

    .empty_row {
      margin-top: 80px;
    }
}

/* -----------------------  MAP  ------------------------------ */

.map_canvas {
  
}


/* -----------------------  Schriftarten / Text  ------------------------------ */

* {
 font-size: 99%;
 font-family: Calibri, 'Droid Sans', 'Segoe UI', Candara, Segoe,  Optima, Arial, sans-serif;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.nav {
    font-weight: normal;
}

.claim {
	width: 100%;
	margin-top: 30px;
/*	margin-bottom: 50px; */
	line-height: 1;
	font-weight: bold; 
  	font-style:normal;
  	color: #314046;
  	font-size: 3em;
  	text-align: center;
}

.sub_claim {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: normal;
  	color: #777;
  	font-size: 1.8em;
  	text-align: center;
}

h2 {
  font-size: 2.5em;
  font-weight:800; 
  margin-bottom: 20px;
  text-align: center;
  	color: #314046;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.9em;
	font-weight: normal;
	display: block;
	color: #314046;
	text-align: center; 
}

h4{
 font-size: 2em;
 margin-bottom: 2px;
 text-align: center;
 	color: #314046;
}


p {
	display: block;
	font-size: 1.6em;
	line-height: 1.68;
	margin-top: 10px;
	margin-bottom: 16px;
	color: #474747;
}

.mespas_list {
  display: block;
	font-size: 1.5em;
	line-height: 170%;
	margin-top: 10px;
	margin-bottom: 16px;
	color: #474747;
    padding-left:25px;
}

.center-text{
  text-align: center;
}

.Letter h2 {
	width: 120%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: -10%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2.4em;
}

.Letter p {
	position: relative;
	margin-left: 40px;
	font-family: "open-sans",Helvetica,Verdana,Arial,sans-serif;
	font-size: 1.3em;
	line-height: 1.4;
}

/* -----------------------  ABOUT > STAFF  ------------------------------ */


.team_title {
	margin-bottom: 5px;
}

.team_title_big {
	padding-top: 30px;
  text-align: left;
}

.staff_photo {
  margin-top: 20px; 
}

/* -----------------------  Images  ------------------------------ */

.responsive-img {
	
}

.mespas_img {
  width: 100%;
  margin-top: 20px;
}

/* -----------------------  Body / Wrapper/ Linien  ------------------------------ */

.narrow{
	width: 100%;
	margin-right: auto;
	margin-left: auto;  
padding-left: 7%;
  padding-right: 7%;
}

.Grid{
	margin-top: 60px;
	margin-bottom: 60px;  
}

hr{
  margin-top: -5px;
  margin-bottom: 60px;
  border: none;
  border-bottom: 1px solid #d9d9d9
}

.wrapper .services-top {
    background: none repeat scroll 0% 0% white;
}




.wrapper .services-top {
    border-bottom: none;
    padding: 0px;
    margin-top: 0px;
}

.compare {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}




/* -----------------------  Buttons   ------------------------------ */

.btn-signup {
  	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border-radius:4px
    color:#333;
	background-color:#fff;
	border-color:#ccc;
    	
	margin-bottom:8px;
    
    margin-top:10px; 
    padding-top:10px; 
    padding-bottom: 30px; 
    height:20px;
}

.btn-default{
	border-color: #205081;
	color: #205081;
}

.btn-secondary {
  	border-color: #99255E;
	color: #99255E;
	background-color: #fff;
}

.btn-secondary:hover {
   border-color: #99255E;
	color: #fff;
	background-color: #99255E;
}

.btn-primary {
	border-color: #99255E;
	color: #fff;
	background-color: #99255E;
}

/* -----------------------  Menu und Navigation OBEN   ------------------------------ */

#menu {
	border-top: 0px solid #fff;
    -moz-box-shadow: 0 0px 0px #fff;
  	-webkit-box-shadow: 0 0px 0px #fff;
	box-shadow: 0 0px 0px #fff;
	 
}

#menu {
	background: #205081;
	color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #205081;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
  	font-size: 1.15em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}


.navbar-nav > li.active > a {
  	 background-color: #fff;
}

.navbar-nav > li > a {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    color: #fff;
    font-size: 1.15em;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #205081;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
  	font-size: 1.4em;
}

.dropdown-menu{
    top: 60px;
}

.navbar-fixed-top {
	
}


/* -----------------------  Footer UNTEN   ------------------------------ */

.mespas_footer{
	background: #205081;
    padding-bottom: 2em;
}

.mespas_footer p {
	color: #fff;
}

.mespas_footer a {
	color: #fff;
}

.mespas_footer a:hover, a:focus {
	color: #99255E;
}

.mespas_footer h4 {
	color: #fff;
	text-align: left;
}


.footer_gap {
	margin-top: 100px;
}

.navbar {
	background: #205081;
}

.footer-1 {
	background: #205081;
}

.footer-2{
	background: #205081;
}


.footer-3 {
	visibility:hidden;
	background: #205081;
	display: none;
}

/* -----------------------  SLIDER  ------------------------------ */

.carousel-readmore {
  visibility:hidden;
	display: none;
}

.carousel-inner a:first-child {
  visibility:hidden;
  display: none;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #205081;
  text-align: center;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* -----------------------  FARB ANPASSUNGEN  ------------------------------ */

.navbar-toggle , .navbar-default, .navbar-btn {
  background-color: #97A2A9; 
}


/* --------- 2015-03-21 Naegeli Philippe, Struktur Anpassungen ------------- */
 
/* Home Struktur ändern */
 
@media (min-width: 1200px){
    .home-solutions .min-height {
      min-height: 155px;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {  
    .home-solutions .min-height {
           min-height: 180px;
    }
}

@media (min-width: 1200px) {  
    .home-solutions h4 {
      min-height: 60px;
    }
}

@media (min-width: 1080px) and (max-width: 1199px) {  
    .home-solutions h4 {
      min-height: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1079px) {  
    .home-solutions h4 {
      min-height: 70px;
    }
}

 
/* Physical Asset Management Struktur ändern */
 

@media (min-width: 768px) {  
.asset-management h4 {
      min-height: 70px;
    }
}

@media (min-width: 1200px) {  
.asset-management h4 {
      min-height: 40px;
    }
}

@media (min-width: 769px) and (max-width: 992px){
    .asset-management .min-height{
      min-height: 290px;
    }
}



@media (min-width: 1200px){
    .asset-management .min-height {
      min-height: 160px;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {  
    .asset-management .min-height {
           min-height: 210px;
    }
}
 
/* Physical Supplier-Solutions Struktur ändern */


@media (min-width: 1200px){
    .solutions-supplier .min-height {
      min-height: 110px;
    }
}
@media (min-width: 990px) and (max-width: 1199px) {  
    .solutions-supplier .min-height {
           min-height: 150px;
    }
}

@media (min-width: 692px) and (max-width: 892px) {  
    .solutions-supplier .min-height {
           min-height: 90px;
    }
}
 

@media (min-width: 768px) {  
    .solutions-supplier h4 {
      min-height: 45px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {  
    .solutions-supplier h4 {
           min-height: 85px;
    }
}
 

 
/* Analytics Struktur ändern */

@media (min-width: 1200px){
    .solutions-analytics .min-height {
      min-height: 190px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {  
    .solutions-analytics .min-height {
      min-height: 230px;
    }
}

@media (min-width: 692px) and (max-width: 991px) {  
    .solutions-analytics .min-height {
      min-height: 345px;
    }
}



/* About Team Struktur ändern */
@media (min-width: 1200px){
    .about-team .min-height{
        min-height: 70px;    
    }
}
@media (min-width: 990px) and (max-width: 1199px) {  
    .about-team .min-height{
           min-height: 100px;
    }
    .about-team .second-row .min-height{
           min-height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
        .about-team .min-height{
           min-height: 120px;
    }
    .about-team .second-row .min-height{
           min-height: 110px;
    }
    
}


@media (min-width: 768px) and (max-width: 1199px) {  
    .about-team h4 {
      min-height: 60px;
    }
}

/* Customer Resources Struktur ändern 
*/


@media (min-width: 1200px) {  
    .customer-resources .min-height  {
           min-height: 80px;
    }
}

/* #logo in header */
.logo > a > img{
    max-width: 150px;
    max-height: 40px;
}


#content-area > div > div > div > div > div > div:nth-child(1) > p:nth-child(1) > img
.footer-logo{
    margin-top: 2em;
}

#page > footer > div.footer-2 > div > div > div:nth-child(2), #mainbody > footer > div.footer-2 > div > div > div:nth-child(2){
display: none;
}

.row {
    margin-top: 3em;
}


label {
  font-size: 1.25em;
}

@media (min-width: 768px) {  
    .form-group {
        margin-bottom: 9px;
    }
}


#Title1 {
  margin-left: 15px;
  margin-right: 5px;
}

#Title0 {
  margin-right: 5px;
}


@media (min-width: 768px)
.form-horizontal .control-label {
    padding-top: 0px;
}


.second-row{
    margin-top: 1em;
}

.rsform-captcha-box {
  margin-top: 0.5em;
}

.rsform-captcha {  
    margin-bottom: 3em;
}

.rsform-layout {
    padding-left: 1.1em;
    padding-right: 1em;
}

.form-control, .captcha-valid {
    margin-bottom: 1em
}

.text-form{
  display: block;
  font-size: 1.6em;
  line-height: 1.68;
  margin-top: 10px;
  margin-bottom: 16px;
  color: #474747;
}

h4 { 
    text-align: center; }

 .grey-box{
  
     margin-top: 2.3em;
      border-radius: 0px !important;
 }

.control-label{
   padding-top: 5px !important; 
}

@media screen and (min-width: 768px){
    .jumbotron-padding{
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
}

.read-more{
    display:none;
  position: fixed;
  bottom: 2em;
  right: 2em;
  font-size: 12px;
  padding: 1em;
  z-index: 9999;
} 

.icon-padding{
    padding-top: 2em;
}

@media screen and (min-width: 1200px){
    .narrow .sub_claim{
      padding-left: 0em !important;
      padding-right: 0em !important;
    }
    #mainbody .sub_claim{
      padding-left: 4.5em;
      padding-right: 4.5em;

    }

}

.dropdown-menu{
    border-radius: 0px !important;
}


span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

@media screen and (max-width: 500px){
    .narrow{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .footer-2 .row{
        margin-top: 0em !important;
    }
    .footer-1 {
        display: none;
    }   
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: #205081 !important;
}


/* Slider Home */

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff ;
    border-color: #fff
        
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #205081 ;
    border-color: #205081;
        margin: 1px;
}


/* Mobile Menu Button */
.navbar-btn{
    margin-top: 16.5px;
}


.logo > a {
    margin-top:2.5px;
}

.above {
    margin-top: 30px;
}

.footer .row{
    margin-top:0em;
}

.grey-btn{
    background-color: transparent;
}

#above-content .headline {
    display: none;

}
/* Mobile Design Fixes */
@media only screen and (max-width: 768px){
    /* Remove Space before Top Title */*
    .custom > .row:first-child, .container > .row:first-child, .zero-margin-top, .team_title_big{
        margin-top: 0em;

    }
    .mobile-center{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .between-icon {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .between-portrait {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .between-module {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .justify{
        text-align: center;
    }
    .portrait-sub{
        text-align: center
    }
    .team_title_big{
        text-align: center !important;
    }
    
    .staff_photo {
        margin-top: -10px;   
    }
    .carousel-min-height {
        min-height: 165px;
    }
    .carousel-inner .sub_claim:nth-child(2){
        margin-top 5px;
    }
    #above-content .custom {
        margin-top: 20px;
    }
    
}
@media only screen and (min-width: 769px){
    .mobile-only{
        display:none !important;
    }
    .justify{
        text-align: justify
    }
        .portrait-sub{
        text-align: left
    }
    
    
}



/* Mobile Modules Menu  */
.mm-list > li > a {
    text-align: left;
}


.mm-list > li > a:hover, .mm-list > li:hover {
  color: #205081;
  background-color: transparent;
}

.mm-list > li.active > a, .mm-list > li.active {
  color: #FFF;
  text-decoration: none;
  background-color: #205081;
}
.mm-list > li > a:active {
  color: #205081;
  text-decoration: none;
}
/*
.mm-list > li > a:hover {
  background-color: white;
  color: #205081;
}

.mm-list > li.active > a {
}



*/

@media only screen and (max-width: 768px){
    .analytics-img-1 {
        max-width: 50%

    }
    .analytics-img-2 {
        max-width: 15%;
        margin-left: 6em;
        margin-bottom: 1em
    }
}

