/***************************************************************
*  Copyright notice
* CDU template tp3
* tp3
* 22.11.2019 thomas ruta
****************************************************************/

@media screen {
  #page-content{
    display:none;
  }

  header.navbar-default,
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: rgba(248, 248, 248, 0.9);
    border-color: rgba(248, 248, 248, 0.9);
  }

  .headerslogan {
    position: absolute;
    top: 15px;
    padding-left: 140px;
    color: #fff;
    font-size: 19px;
  }

  div.tx-powermail {
    width: 99.9%;
    color: #444;
  }

  div.modal-dialog.modal-lightbox {
    z-index: 99999;
  }

  ul {
    padding-left: 20px;
  }

  .carousel {
    position: relative;
    padding-bottom: 25px;
  }


  .list-group.level2,
  .list-group.level3 {
    margin-left: 10px;
  }

  .texticon-top .texticon-content {
    text-align: center;
  }


  .main-section .container {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px;

  }

  .navbar-header > img {
    float: left;
  }

  .navbar-header .navbar-toggle.navbar-toggle-menu {
    float: right;
  }

  .breadcrumb-section {
    min-height: 40px;
    margin-bottom: 0;
  }

  .breadcrumb a {
    color: #fff;
  }
  footer .footer-section,
  footer .footer-section .container{
    color: #222;
    background: transparent ;
  }
  footer {
    color: #222;
    background: url("background.PNG") #e3e2de center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main-section{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3e2de+0,ffffff+63,e3e2de+92&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(227,226,222,0) 0%, rgba(255,255,255,0.63) 63%, rgba(227,226,222,0.92) 92%, rgba(227,226,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(227,226,222,0) 0%,rgba(255,255,255,0.63) 63%,rgba(227,226,222,0.92) 92%,rgba(227,226,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(227,226,222,0) 0%,rgba(255,255,255,0.63) 63%,rgba(227,226,222,0.92) 92%,rgba(227,226,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e3e2de', endColorstr='#e3e2de',GradientType=0 ); /* IE6-9 */

  }
  .col-md-3.subcontent-wrap {
    background: rgba(204, 204, 204, 0.4);
  }
}
@media (min-width: 992px){
  .navbar-header {
    float: right;
  }
  nav.navbar-collapse.collapse {
    float: left;
  }
}
@media (max-width: 768px){
   .item.carousel-item-type.active {

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
