/*
 * Copyright 2014 inxire GmbH. All rights reserved.
 * ----------------------------------------------------------
 * Version: $Id: browse.css,v 1.43.2.19.2.19 2015/11/02 09:23:08 plink Exp $
 *
 * Cascading Stylesheet (CSS 1.0)
 *
 * CSS stylesheet for portal view. Extends bootstrap css
 *
 * This file contains all special layout rules for public
 * browse pages, but no WebArticle layout.
 *
 * This file is indented to be maintained by the LAYOUTER.
 *
 * Use CSS classes, ID's or context nodes to narrow definitions                     *
 * !! NO tag defaults should go here !!!                                            *
 *
 * Author: Pascal Link
 */


/* ******************************************************************************** *
 * CSS rules for special page elements in portal region                             *
 *                                                                                  *
 * Use CSS classes, ID's or context nodes to narrow definitions                     *
 * !! NO tag defaults should go here !!!                                            *
 *                                                                                  *
 * ******************************************************************************** */

/* IE RWD */
@-ms-viewport
{
  width: device-width;
}
@viewport{
width: device-width;
}

a:link,        a:visited        { color: #5D7B9C; } /* inherit not working with IE */
a:link:hover,  a:visited:hover  { text-decoration: none; /* color: #aaa; */ }

a:link, a:active, a:hover, a:visited { color: #253A55; text-decoration: none; }

#topbar {
  text-align: right;
  padding: 0.25em;
  background: #AAB3BF;
  border-bottom: solid 1px #E7EAEE;
}
#topbar, #topbar * {
  color: white;
}

@media (min-width: 964px) {
  .ecmsdk .container {
    width: 974px;
  }
    
  .ecmsdk > #topbar .container-topbar {
    width: 974px;
  }

}

#header {
  border-bottom: #e7eaee solid 1px;
  text-align: center;
  /*background-image: url("../img/bg_t.png");
  background-repeat: repeat-x;*/
 
  background: #aab3bf; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYjNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #aab3bf 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aab3bf), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #aab3bf 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #aab3bf 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #aab3bf 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #aab3bf 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aab3bf', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  padding: 2em 0;  
}

#header img.header-image {
 vertical-align: baseline;
}

@media (max-width: 768px) {
  #header .title-separator {
    display:none;
  }
  #header .subtitle {
    display: block;
    margin-top: 0.5em;
  }
}


#header > h2 {
	color: #5D7B9C;
	font-size: 1.75em;
 font-weight: normal;
 margin: 0;
}

.navbar-inx {
  border-bottom: #E7EAEE solid 1px;  
  padding: 1em 0;
  margin: 0;
}
.navbar-inx .brand {
  margin: 0;
  color: #EAA31A;
}
.navbar-nav li .inxIcon {
  font-size: 2.5em;
}
.navbar-inx li a {
  color: #AAB3BF;
}

.navbar-inx .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;  
  border: 1px solid #5D7B9C;
  border-radius: 4px;
  background: none;
}
.navbar-toggle .icon-bar {
  background: #5D7B9C;
}

.navbar-toggle:hover .icon-bar {
  background: #253A55;
}
.navbar-inx .navbar-toggle:hover {
  border: 1px solid #253A55;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background: none;  
}

.navbar-inx .nav > li > a:hover, .navbar-inx .nav > li > a:focus {
  color: #EAA31A;
}
.navbar-inx .navbar-nav>.active>a, 
.navbar-inx .navbar-nav>.active>a:hover, 
.navbar-inx .navbar-nav>.active>a:focus,
.navbar-inx .navbar-nav>.onpath>a, 
.navbar-inx .navbar-nav>.onpath>a:hover, 
.navbar-inx .navbar-nav>.onpath>a:focus 
{
  color: #EAA31A;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    /*padding-top: 15px;
    pdding-bottom: 15px;*/
    padding: 0.25em 0.75em;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-nav > li > a .menu-label {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar-nav > li > a .inxIcon {
    display:none;
  }
}

#mainContent .breadcrumb {
  border-bottom: #E7EAEE solid 1px;  
}
#mainContent .breadcrumb,
#mainContent .breadcrumb a{
  background: none;
  color: #AAB3BF;
  font-size: 1em;
  font-style: italic;
  padding: 0.5em;
  margin-bottom: 0;
  text-decoration: none;
}

#mainContent .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\003E";
}

#innerContent {
  min-height: 400px;
}

#innerContent .itemizedlist ul  {
  list-style: none ;
}

#innerContent .itemizedlist ul li:before {  
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: left;
  margin-right: 0.75em;
  padding-top: 3px;
  color: #5D7B9C;
}

.ecmsdk div.informaltable {
  margin: 2em 0;
}

/* Intro article on index page */
.intro {
  width: 200px; /* same width as header image */
  margin: 30px 0 0 0;
  padding: 0px 29px;
  border-right: 1px solid #e5e5e8;
  float: left;
  line-height: 1.5em;
}

.intro .abstract {
  font-weight: bold;
}

.intro .title {
  font-size: 1.47em;
  color: #585858;
}

.intro h1.abstractTitle {
  display:none;
}




/*div.abstract p {
 display: inline;
}*/


/* Container for teaser articles in two-column layout */
.teaserContainer {
  width: 460px;
  float: left;
  line-height: 1.5em;
  color: #585858;
}

.teaser {
  width: 190px;
  height: 160px;
  margin: 30px 0 13px 0;
  padding: 0px 0 0 35px;
  float: left;
}

.teaser .titlepage {
  width: 187px;
  height: 55px;
  text-align: left ! important;
  padding: 0px;
  margin: 0px;
}

.teaser h1.abstractTitle {
  font-size: 1em;
  color: #585858;
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  text-indent: -9999px;
}

.teaser div.mediaobject {
  height: 54px;
  width: 180px;
  padding: 0px;
  margin: 0px;
}

.teaser div.titleBox {
  height: 1px;
  width: 1px;
  padding: 0px;
  margin: 0px;
}

.teaser h1.abstractTitle a,
.teaser h1.abstractTitle a:link,
.teaser h1.abstractTitle a:visited {
  color: #585858;
  text-decoration: none ! important;
}

.teaser .abstract {
  padding: 0px;
  margin: 0px;
}

/* Box around content area (middle column), may include <h1> */
.contentArea {
  line-height:1.5em;
}
.contentArea .customers .col-md-3 {
  margin: 2em 0;
}
.customers .thumbnail {
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter:alpha(opacity=50);
}
.customers .thumbnail:hover {
  
  cursor: pointer;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter:alpha(opacity=100);
}
.contentArea h1 {
  line-height:1.2em;
}
.contentArea h1.title {  
  margin-bottom: 5px;
  font-size: 1.5em;
}

.contentArea .abstract {
   font-size:1em;
   font-weight:bold;
   margin: 0 0 10px 0;
}

.contentArea h2.sectionTitle {
   font-size:1.5em;
   margin-top:30px;
 }


.contentArea .abstract p,
.contentArea .section p {
  font-size:1.25em;
  margin: 0 0 1.4em 0;
  color: #5D7B9C;
}
.contentArea .abstract > p,
.contentArea .section > p {
   line-height: 1.5em;
}
.contentArea .section li > p {
  line-height: 1.6em;
}
.contentArea .section .compact li > p {
  margin: 0;
}

.content h3 {
  margin:0 0 2em 0;
  color:#2d3844;
  font-weight:bold;
}

.overview .contentArea .abstract {
  font-weight: normal ! important;
  margin-bottom: 0;
}

.overview .moreLink {
  margin-bottom: 6em;
}

h2.subtitle {
  color:#454444;
  font-size:1.25em;
  font-weight:bold;
  line-height:1.4em;  
}

.editMode .contentArea {
  border: 1px solid #d3d3d3;
  margin: 0.5em 0.5em 1.0em 0.5em;
  padding: 0.5em 28px;
}

div.localEditHandle {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  background-color: #f0f0f0;
  margin: 0.5em 0.5em -0.5em 0.5em;
  padding: 0.25em 1.0em;
}

div.globalEditHandle {
  border: 1px solid #d3d3d3;
  background-color: #f0f0f0;
  margin: 0.5em 0.5em 1.0em 0.5em;
  padding: 0.25em 1.0em;
}

/* normalize article margins (and avoid double border bug in IE5.5) */
.contentArea div.article {
  margin-top: 1em;
  /* border-top: 1px solid blue; */
}

/* Heading in itemArea */
.itemArea h2 {
  padding: 0 0 0.5em 0;
  margin: 0;
}

/* Item area in left or right column.
 * HMK: brakes CSS concept, use contentArea and define some add-on class for layout */
.itemArea {
  width: 100%;
}

.item {
  padding: 2px;
  white-space: nowrap;
}

.item img, .areaHeader img, .moreLink img {
  vertical-align: middle;
}

.moreLink,
.moreLink a,
.moreLink a:link,
.moreLink a:visited {
  margin-top: 0em;
  text-align: right;
  color:#467ebd!important;
}

.gallery,
.singleImage {
  padding: 0 20px 0 28px ! important;
}

.gallery .imageArea {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  #position: absolute;
  #top: 50%;
}

.gallery .imageArea .thumbnail {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  #position: relative;
  #top: -50%
}
.gallery .imageArea .thumbnail img,
.singleImage .imageArea .thumbnail img{
  max-width: 100%;
  width: 100%;
}

.gallery .moreLink {
  display: none;
}

.mediaObjectTitle {
  /*width: 118px;*/
  height: 20px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.25em;
}

.mediaObjectTitle a,
.mediaObjectTitle a:link,
.mediaObjectTitle a:visited {
  color: #888 ! important;
  text-decoration: none ! important;
}


.mediaObjectTitle a.active,
.mediaObjectTitle a:link.active,
.mediaObjectTitle a:visited.active,
.mediaObjectTitle a:hover {
  color: #000 ! important;
}


/* inner area for thumbnail slides */
.gallery .slide {
  /*text-align: center;*/
  width: 120px;
  height: 120px;
  display: table;
  overflow: hidden;
  #position: relative;
}

/* outer area for thumbnail slides */
.gallery .slideFrame {
  float: left;
  width: 120px;
  height: 180px;
}


.detail img {
  max-width: 490px;
  max-height: 490px;
}

div.mediaobject {
  /*margin:0;*/
  /*text-align:left;*/
}

.mediaobject.alignLeft {
  float:left;
  padding:0 35px 25px 0;
}

.mediaobject.alignCenter {
  padding:0 0 25px 0;
}

.mediaobject.alignRight {
  float:right;
  padding:0 0 25px 35px;
}


/* Paragraph defaults in WebArticles */

.panel-sidebar {
  border-color: #DDD;
  background: #E7EAEE;
  border-radius: 0;
  
}
.nav-pills > li > a {
  font-size: 1.25em;
}

#footer {
  border-top: #e7eaee solid 1px;  
  background-repeat: repeat-x;
  padding: 1em 0;
  color: #5D7B9C;
  font-size: 12px;
  
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWIzYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #aab3bf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aab3bf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#aab3bf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#aab3bf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#aab3bf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#aab3bf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aab3bf',GradientType=0 ); /* IE6-8 */

}

#footer .inner-footer {  
  width: 600px;
  margin: auto;
}

#footer p.footer {
  line-height: 1.25em;
  padding: 0;
  margin: 2em 0;  
}

#footer .twitter-link {
  padding: 0 0.25em 0 0.25em;
}
#footer .twitter-link .fa-twitter-square {
  font-size: 37px;
  color: #AAB3BF;;
}

#footer .twitter-link .fa {
  color: #5D7B9C;
}


/* **************************************** *
 * Stage area, used for multimedia content  *
 * **************************************** */
.hero-unit {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}

.stage {
  min-height: 64px;
  background: url('../img/bg_header.jpg') no-repeat;
}

.carousel-indicators li.active {
  
  background-color: #B4B4B4;
  color: white;
  width: 24px;
  height: 26px;
  font-size: 0.8em;
}
.carousel-indicators li {
  text-indent: 0px;
  width: 24px;
  height: 26px;
  font-size: 0.8em;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 1px !important;
  border-radius: 0;
  padding-top: 0px;
  cursor: pointer;
  background: transparent;
  display: block;
  float: left;
  border: none;
  background-color: #858585;
  color: white;
}

.carousel.slide {
    display: none;
    *display: block;
}

/* IE8 only*/
html>/**/body .carousel.slide {
    display/*\**/: block\9;
}
    
@media(min-width:1000px)
{
  .carousel.slide
  {
    display: block;
  }
  #leftColumnBox .collapse
  {
    overflow: visible;
  }

}

@media(max-width:1000px)
{ 
  .stage .header-img
  {
    display: none;
  }

  .stage  {
    display: none;
  }
  .stage.index
  {
    display: none;
  }
  .section .mediaobject .imageobject {
    width: auto;
    max-width: auto;
    
  }
}

a.carousel-control:link, a.carousel-control:visited {
  text-decoration: none;
  display: none; /* enable navigation buttons */
}
.carousel-inner > .item {
  padding: 0;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
  padding: 2px 8px;
}

.carousel-indicators {
  bottom: 0;
  right: 70px;
  top: auto;
  left: auto;
  width: inherit;
  margin-bottom: 0 !important;
}
.carousel {
  margin-bottom: 0;
}


/** PAGE: HOME */
#ecmsdk-content {
  margin-top: 2em;
}

#ecmsdk-content .row {
  padding: 0 1em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
#ecmsdk-content .row > div {
  margin-bottom: 2em;
  min-height: 150px;
  padding: 0 0.75em;
}

#ecmsdk-content .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#ecmsdk-content .panel-body {
  padding: 0 0 0 1em;
}
#ecmsdk-content .active a{
  cursor: default;
}
#ecmsdk-content .panel-link {
  font-size: 30px;
  color: #253A55;
}
#ecmsdk-content .row > div.active .panel-link,
#ecmsdk-content .row > div:hover .panel-link {
  color: #EAA31A;
}

#ecmsdk-content .panel-link > span.inxIcon {
  margin-right: 0.25em;
}

#ecmsdk-content .desc {
  color: #5D7B9C;
  vertical-align: top;
  font-size: 18px;
}

#ecmsdk-content .inxIcon {
  font-size: 40px;
}

/* folder icons by 'name' of PublicObject */
.inx-Webseiten:before     { font-family: 'FontAwesome'; content: "\f015"; }
.inx-Support:before       { font-family: 'FontAwesome'; content: "\f0c0"; /* "\f1d7"*/ }
.inx-Blog:before          { font-family: 'FontAwesome'; content: "\f075"; }
.inx-Documentation:before { font-family: 'FontAwesome'; content: "\f15c"; }
.inx-Downloads:before     { font-family: 'FontAwesome'; content: "\f019"; }
.inx-About:before         { font-family: 'FontAwesome'; content: "\f05a"; }

.inxIcon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}


/* LOGIN */


/* ********************************** *
 *             Login Page             *
 * ********************************** */

#outerLogin {
  width: 100%;
  text-align: center;   /* needed for IE 5.5 to center loginBox */
}

#loginBox {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10em;
  text-align: left;
  width: 32em;
}

#loginHeaderBox {
  height: 139px;
} 

.loginTable {
  width: 100%;
  border-collapse: collapse;
}

.loginTable td {
  padding: 0px;
  background: #f2f4f7;
  color: #666;
}

.loginTable a,
.loginTable a:visited {
  color: #666;  
}

.loginTable td h1 {
  color: #000;
  margin-top: 0;
}

.loginTable td.left,
.loginTable td.right {
  width: 2em;
}

.loginTable td.top,
.loginTable td.bottom {
  height: 2em;
}

.loginTable td.topLeft,
.loginTable td.topRight,
.loginTable td.bottomLeft,
.loginTable td.bottomRight {
  width: 2em;
  height: 2em;
}

.loginTable td.topLeft {
  background: url('../img/login_top_left.gif') top left no-repeat;
}

.loginTable td.topRight {
  background: url('../img/login_top_right.gif') top right no-repeat;
}

.loginTable td.bottomLeft {
  background: url('../img/login_bottom_left.gif') bottom left no-repeat;
}

.loginTable td.bottomRight {
  background: url('../img/login_bottom_right.gif') bottom right no-repeat;
}

.loginTable .links {
  padding-top: 1em;
}

.loginSpacer { line-height: 0.5em; }

.loginTable .input {
  text-align: right;
}

.loginTable .input input[type=text],
.loginTable .input input[type=password] {
  width: 20em;
  margin: 0;
}

#loginHeaderBox {
  background: url('../img/logo_white.gif') 35px 12px no-repeat;
}

body.browseLoginPage {
  background: #aab3bf url('../img/bg_wave2.jpg') repeat-x top center;
}

#footerBox {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  margin: 1em 0;
}

.customers .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 0;
  line-height: normal;
  background-color: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.customers .thumbnail img {
  width: 100px; 
  height: 100px; 
}

.contentArea .Zitatbox {
  border-radius: 15px;
  background: #F1F3F5;
}

.contentArea .Zitatbox th p,
.contentArea .Zitatbox td p {
  font-size: 1em;
}

/* DOWNLODADS */

div.informaltable .table-downloads {
  width: 100%;
}

div.informaltable .table-downloads p { 
  margin: 0;
  display: inline;
  font-size: 1em;
}


.btn-download {
  cursor: pointer;
}