/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #5a5a5a;
}

hr {
  border: none;
  border-top: 1px solid #000;
  height: 1px;
}

@font-face {font-family: 'Open Sans'; src: url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype');}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;

}

.logo {
  width:199px;
}

.carousel-caption .slide1 {
  color: white !important;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 50px;
font-family: sans-serif;
  font-weight: bold;
}
.carousel-caption .slide2 {
  color: #555 !important;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 60px;
font-family: sans-serif;
  font-weight: bold;
}
.carousel-caption .slide3 {
  color: #fff;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 30px;
font-family: sans-serif;
  font-weight: bold;
}
.carousel-caption .slide4 {
  color: #555;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 100px;
font-family: sans-serif;
  font-weight: bold;
}
.carousel-caption .slide5 {
  color: #fff;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 80px;
font-family: sans-serif;
  font-weight: bold;
}
.carousel-caption .slide6 {
  color: #fff;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 80px;
  font-family: sans-serif;
  font-weight: bold;
}

.carousel-caption .slide7 {
  color: #555;
  text-shadow: 3px 3px 4px #777;
  font-size: 36;
  padding-bottom: 160px;
font-family: sans-serif;
  font-weight: bold;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: -100;
  left: 0;
  min-width: 100%;
  /*height: 400px;*/
}

.carousel .item .seventh-slide {
  top: -200;
}

.carousel .item .second-slide {
  top: -60;
}

.carousel .item .sixth-slide {
  top: 0;
}

/* MARKETING CONTENT -- headlines
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 20px;
}
.marketing h4 {
  font-weight: normal;
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: rgb(0,98,155) !important;
  margin-top:40px;
}

.overlay h4 {
  font-weight: normal;
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #fff;
  margin-top:50px;
}

.marketing p {
  text-align: justify;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.marketing li {
  padding-left: 20px;
}

.marketing .weiter {
  text-align: left;
}

.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing .img-circle {
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* NAVBAR CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .jumbatron {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.navbar {
      padding-top: 10;
      padding-bottom: 10;
      padding-left: 15px;
      margin-bottom: 0;
      /*background-color: #f4511e;*/
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: sans-serif;
      text-transform: uppercase;
  }
.navbar li a, .navbar .navbar-brand .navbar-footer{
      color: #000 !important;
  }
.navbar-nav li a:hover, .navbar-nav li.active a {
      color: rgb(0,98,155) !important;
      background-color: #fff !important;
  }
.navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
}
.navbar-footer {
    color: #A0A09F;
    font-size: 10;
    display: inline-block;
}

.dropdown-menu {
  letter-spacing: 1px;

}

/* CUSTOMIZE THE HEADER
-------------------------------------------------- */

header {
    text-align: center;
    color: #fff;
    /*background: #18bc9c;*/
    background: #1971a3;
}

header a{
  text-decoration: underline;
    color: #fff;
}

header .container {
    padding-top: 150px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 2.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */

.main-footer li{
    display:inline;
    float:left;
    padding: 10;
}

.main-footer a{
    display:block; /**Allows you to define a width.*//
    text-align:center;
}

.main-footer h4 {
  padding-top: 60px;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: bold;
}

.footer-above{
  padding-top: 50px;
  color: #1971a3;
  background-color: #f8f8f8;
    /*#1971a3;*/
}

.footer-below {
  padding: 25px 0;
  color: #A0A09F;
  background-color: #f0f0f0;
}

.footer-copyright {
  color: #A0A09F;
  font-size: 10;
  display: inline-block;
}


  /* Expert */
.expert {
  font-size: 24;
  padding-top: 120px;
  color: rgb(0,98,155); /* IBE Blau */
  letter-spacing: 3px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
.expert h5 {
  letter-spacing: 1px;
}

.angebote {
  font-size: 24;
  color: rgb(0,98,155); /* IBE Blau */
  letter-spacing: 3px;
  margin-bottom: 30;
  margin-top: 30;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.carousel {
  margin-bottom: 20;
}
.item {

}

.item h4 {
  padding-top: 60px;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  }

.impressum {

}

.disclaimer {
  position: relative;
  text-align: justify;
}

.datenschutz {
  position: relative;
  text-align: justify;
}

.datenschutz_app {
  position: relative;
  text-align: justify;
}

.rueckruf {
  margin-top: 50px;
  margin-bottom: 50px;
}

.col-md-6 p {
  text-align: justify;
  }

.page-header {
  color: rgb(0,98,155); /* IBE Blau */
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.col-md-5 h4 {
  color: rgb(0,98,155); /* IBE Blau */
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.col-md-6 h4 {
  color: rgb(0,98,155); /* IBE Blau */
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.container .row {
  margin-top: 30px;
}

.container .row h2 {
  color: rgb(0,98,155); /* IBE Blau */
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.row .col-md-9 h2 {
  color: rgb(0,98,155); /* IBE Blau */
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.row .col-md-9 p {
    text-align: justify;
}

.service {
  margin-top: 50px;
}
.service .image {
  padding-top: 75px;
}

.content {
  text-align: justify;

}

.beratung {
  margin-top: 75px;
  text-align: justify;
}

.vorort {
  text-align: justify;
}

.online {
  text-align: justify;
}
.erhoehung {
  text-align: justify;
}

.sidebar {
    margin-bottom: 50px;
}

.panel-group {
  padding-bottom: 50px;
}

.bausteine {
  padding-top: 30px;
}

.row a[unternehmen] {
 padding-top:550px; /* Dieser Wert kann variieren. */
 width:0;
 font-size:0;
}

.col-md-9 .img .hintergrund-text {
  z-index: 10;

}

/* .panel-body a {
  font-size: 20; */
}

.abstand {
  margin-top: 40px;
}

.bausteinBilder {
  width: 423px;
  height: 283px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;

}

.nav-tabs {
  font-size: 18;
}

/* CUSTOMIZE THE EMPLOYER CENTER
-------------------------------------------------- */

.button-container form,
.button-container form div {
  display: inline;
  width: 5px;
}

.button-container button {
  display: inline;
  vertical-align: middle;
}

/* Easy-Pie-Charts */
.charts {
  text-align: center;
}
.chart{
  position:relative;
  display:inline-block;
  width:150px;
  height:150px;
  margin-top:15px;
  margin-bottom:70px;
  text-align:center
}

.chart h4 {
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.chart p{
  line-height: 25px;
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.chart canvas{
  position:absolute;
  top:0;
  left:0
}

.percent{
  display:inline-block;
  line-height:150px;
  z-index:2
}
.percent:after{
  content:'%';
  margin-left:.1em;
  font-size:1.0em
}
.currency{
  display:inline-block;
  line-height:150px;
  z-index:2
}
.currency:after{
  content:'€';
  margin-left:.1em;
  font-size:1.0em
}

.number{
  display:inline-block;
  line-height:150px;
  z-index:2
}
.number:after{
  content:'';
  margin-left:.1em;
  font-size:1.0em
}

/* CUSTOMIZE FILE UPLOAD
-------------------------------------------------- */

.upload, .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload + label, .inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer; /* "hand" cursor */
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
  /*color: #f1e5e6;*/
  color: #f0f0f0;
  /*background-color: #d3394c;*/
  background-color: #1971a3;
}

.upload:focus + label, .inputfile:focus + label,
.upload + label:hover, .inputfile + label:hover {
    /*background-color: #722040;*/
    color: #1971a3;
    background-color: #E0E6F8;
}

/* CUSTOMIZE DIALOG FORM
-------------------------------------------------- */

  label.dialog, input.text {
    display:block;
  }

  input.text {
    margin-bottom:12px;
    width:95%;
    padding: .4em;
  }

  fieldset {
    padding:0;
    border:0;
    margin-top:25px;
  }

  .ui-dialog .ui-state-error {
    padding: .3em;
  }

  .validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
  }


  /* Modal INFO
  -------------------------------------------------- */

  .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 80%; /* Could be more or less, depending on screen size */
  }

  /* The Close Button */
  .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
  }

  .close:hover,
  .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
  }


  /* No Box Shadow for Input and Select */

  input {
    box-shadow: none !important;
  }

  select {
    box-shadow: none !important;
  }

