/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}


*body {
  / Margin bottom by footer height 
  margin-bottom: 
}

 Set the fixed height of the footer here 
  height: 80px;
  background-color: #f5f5f5;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;

}
 Custom page CSS
-------------------------------------------------- 
/* Not required for template or sticky footer method. 

body > .container {
  padding: 60px 15px 0;
  
}


.container .text-muted {
  margin: 20px 0;
  }


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}*/

/* ------------------------------------------
   OVERRIDES: Größerer Abstand zwischen
   Haupt-Logo (Steuerrad) und den 3 Buttons
   ------------------------------------------ */

/* DESKTOP (visible-lg) */
.carousel-caption_A2 {
    top: 480px;      /* vorher: 425px  → +55px */
}

/* TABLET (visible-md) */
.carousel-caption_A2_md {
    top: 470px;      /* vorher: 425px  → +45px */
}

/* SMALL / Tablet-Portrait (visible-sm) */
.carousel-caption_B2 {
    top: 470px;      /* vorher: 425px  → +45px */
}

/* PHONE (visible-xs) */
.carousel-caption_C2 {
    top: 100px;      /* vorher: 60px   → +40px */
}