/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 550px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
    top: 40%;
    bottom: auto;
}

.carousel-transbox1 {
  position: relative;
  top: -70px;
  left:20px;
  width: 70%;
  margin: 10px;
  padding: 5px;
  background-color: rgba(0,0,0,0.6) ;
  /*border: 1px solid black;*/
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

.carousel-transbox2 {
  position: relative;
  top: -70px;
  left:20px;
  width: 70%;
  margin: 10px;
  padding: 5px;
  background-color: #31A3DD;
  /*border: 1px solid black;*/
  opacity: 0.95;
  filter: alpha(opacity=95); /* For IE8 and earlier */
}

.carousel-transbox1 h1 {
  /*margin: 5%;*/
  /*font-weight: bold;*/
  color: #fff;
}

.card-header {
    background-color: #31A3DD;
    color: white;
    padding: 0.2em;
}


.card-body {
    padding: 0.5rem;
}


.btn-link {
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    font-size: 0.8em;
}



.service {
   /*font-style: italic;*/
   text-align: center;
    display: inline-block;
    border-bottom: 4px solid;
    border-bottom-color: #31A3DD;
    padding-bottom: 0;
    line-height: 50%;
    margin: 10px;
}

.table {
    text-align: center;
    color: #31A3DD;
    font-weight: bold;        
}



.imp {
  background-color: #31A3DD;
  opacity: 0.8;
}
.dis {
  background-color: #31A3DD;
  opacity: 0.45;
}
.nimp {
  background-color: #31A3DD;
  opacity: 0.2;
}

.table-legende {
    line-height: 5px; 
    text-align: left;
}

.etm{
    
    width: 5%;
}

.headline{
    height: 45px;
    
}



.headline a {   	
        display: inline-block;
  		color: white;
    	padding-top: 5px;
        padding-right: 15px;
    }
.headline i {
    	
        display: inline-block;
  		color: white;
    	padding-left: 10px;
        padding-right: 10px;
    }

.btn-info {
    color: #fff;
    background-color: #31A3DD;
    border-color: #31A3DD;
}

.carousel-contact {
    position: absolute;
    background: rgba(255,255,255,1);
    opacity: 0.95;
    width: 300px;
    top: 15%;
    
    right: 5%;
  }
  
.cta {
    color: white;
    background-color: #31A3DD;
    padding: 1em;
    
}
.cta-a1{
    color: #31A3DD;
    background-color: #fff;
    border:solid white;
    
    padding-left: 2.0em;
    padding-right: 2.0em;
    /*float: left; */
}
.cta-a2{
    color: #fff;
    border:solid white;
    
    padding-left: 2.0em;
    padding-right: 2.0em;
    /*float: left; */
}
  
.fa-facebook:hover { color: #3B5998; }
.fa-twitter:hover { color:  #55ACEE }
.fa-instagram:hover { color: #c13584; }
.fa-linkedin:hover { color: #04669A; }






.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 15rem;
  height:20rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 3rem;
  }
}

.features-icons {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}
