/**
 * Theme Name: ConLite Demo
 * Theme Description: ConLite Demo-Mandant mit Bootstrap
 * 
 * @author Ortwin Pinke
 * @link http://www.conlite.org
 * @ersion 1.0 
*/ 
@import url('bootstrap.min.css');

body {
    background: url('../images/rough_diagonal.png');
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-brand {padding: 0;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 450px;
  margin-bottom: 4px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 450px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

footer {
    margin: 10px 0px;
    border-top: 1px solid #e9e9e9;
    background: #f8f8f8;
}
footer .nav li {
    float: left;
    margin-right: 20px;
}
footer #QRCode {
    float: right;
    margin: 8px 40px 8px 0px;
    padding: 0px;
    text-align: right;
}
footer #Footer {
    float: left;
    margin: 8px 0px 0px 40px;
    line-height: 48px;
}
footer p {
    margin-top: 40px;
}
footer p a {
    display: inline-block;
    width: 121px;
    height: 32px;
    text-decoration: none;
    text-indent: -9999px;
    background-image: url('../images/logo-small.png');
}

#metaNavigation {float: left;}

.table-box {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #CACACA;
    cursor: pointer;
    overflow: hidden;
    padding: 15px;
}

.table-box-shadow {
    background: none repeat scroll 0 0 #F7F8F9;
    margin: 10px 0;
    padding: 3px;
}

th {
    text-align: center;
}

tr.left > th, tr.left > td, th.left, td.left {
    text-align: left;
}

tr.right > th, tr.right > td, th.right, td.right {
    text-align: right;
}

td {
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #E5E5E5;
}

table.dataTable {
    max-width: 765px;
}

/* Responsive Styles */
@media (max-width: 767px) {
    
    h1 {font-size: 22px;}
    h2 {font-size: 20px;}
}

@media (max-width: 480px) {

    .navbar-brand img {
        width: 80%;
        height: 80%;
        margin-top: 4px;
    }
    
    div#QRCode {
        display: none;
    }
    
    table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
        background-size: 10px 10px !Important; 
        padding-left: 16px !Important;
    }
    
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px;
    }
}
