/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    
    height: 100%;
     background-image:url(../images/schild.jpg);
     background-size: contain;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    min-height: 400px;
    min-width: 350px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.cardContainer {
  

  position: absolute;
  z-index: 30;
  width: 550px;
  
  
  left: 50%;
  top: 50%;
  margin-left: -270px;
  margin-top: -270px;
  padding: 20px;
  border: 1px solid #666666;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #aaaaaa;
  background: #fff;
  margin-bottom:70px;
}
  #logo {
    margin-left: 130px;
    margin-top: 10px;
  }
  .cardContainer .text {font-size:13px; text-align:left;}
   .cardContainer .text h1 {line-height:1.1em; font-size:18px;}
   .cardContainer .text h2 {line-height:1.1em; font-size:16px;}
   .cardContainer .text h3 {line-height:1.1em; font-size:14px;}
.cardContainer #content {
  background-color: white;
    text-align: center;
   
   
}
.cardContainer #footer {
  margin-top: 3px;
  background-color: white;
  
}
.cardContainer .cFooter {
  position: relative;
  width: 281px;
  margin-top: 35px;
  margin-left: 155px;
  
}
.cFooter #fLeft {
  float: left;
  text-align: right;
  width: 46px;
}

.cFooter #fRight {
   margin-left: 15px;
  float: left; 
  text-align: left;
  width: 220px;
  
}

.bottom {margin-top:1em;}

.clr {
clear: both;
}



.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 3.7s;
  -o-transition: opacity ease-in-out 3.7s;
  -moz-transition: opacity ease-in-out 3.7s;  
  transition: opacity ease-in-out 3.7s;
  left: 0 !important;
  
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 3.7s;
  -o-transition: opacity ease-in-out 3.7s;
  -webkit-transition: opacity ease-in-out 3.7s;
  transition: opacity ease-in-out 3.7s;
  z-index:2;
}

.carousel-control {
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .cardContainer {
    position: static;
    z-index: 30;
    width: auto;
    left: 0;
    top: 0;
    margin-left: 0px;
    margin-top: 0px;
    padding: 20px;
    border: 0px solid #666666;
    border-radius: 5px;
    box-shadow: none;
    background: #fff;
    margin-bottom: 70px;
  }
  
  .cardContainer .cFooter {
  position: relative;
  width: 210px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  
  }
  .cFooter #fRight {
    margin-left: 15px;
    float: left;
    text-align: left;
    width: 140px;
}
}

   