
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #ffffff; /*Schrift weiß */
  background: #002f5d; /* blau */
}

.text-muted {
  color: #3893f1 !important;  /*hellblau */
}

/*Buttons */
.btn-secondary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #3893f1 !important; /* hellblau */
}
.btn-secondary:hover {
    color: #000000;   /* schwarz */
}

.figure-caption {
  font-size: 120%;
  color: #3893f1;
}

/* Links */
ul.nav li a, ul.nav li a:visited {
    color: #9a1278 !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #9a1278 !important;
}

ul.nav li.active a {
    color: #9a1278 !important;
}

/* TOP Button rechts unten */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #3893f1; /* background color */
  color: #FAF8EB; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 16px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.navbar-custom {
    background-color: #002f5d;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #3893f1;
}

/* CUSTOMIZE THE CAROUSEL */

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
  background: #dd9400;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 4rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  height: 30rem;
  background-image: url('images/ai4_slide1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-block{
	height:350px;
	display:inline-block;
}
#carousel {
	height:100%;
}
#carousel .carousel-inner{
	height:100%;
}
#carousel .p{
  color: #FFFFFF; /*464646*/
}

/* MARKETING CONTENT */

/* Die vier Spalten meiner Services */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing h3 {
    color: #3893f1;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurette */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
/*-------Zähler-----------------------------*/

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

.projectFactsWrap{
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background:  #3893f1;
}

.projectFactsWrap .item:nth-child(2){
  background: #2c7ed2;
}

.projectFactsWrap .item:nth-child(3){
  background: #1d5a99;
}

.projectFactsWrap .item:nth-child(4){
  background: #07396b;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 5px;
}

.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/*------------------------------------*/
/* Footer */
footer a {
  color: #949699; /*Links beige */
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #3893f1; /* hellblau */
  text-decoration: none;
}
footer li {
  color: #FAF8EB; /*Links beige */
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}

/* RESPONSIVE CSS*/

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
