/* Apotheke CSS */


/*Sticky footer.. -------------------------------------------------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 50px;
  background-color: #f5f5f5;
}

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

/*Navbar fixed top overlap fix*/
/*body {
  padding-top: 10px;
}
*/


/*Vertcial Spacings... -------------------------------------------------------------------------------------------- */
.vertical_space30 {
	margin-top: 30px;
}

.vertical_space15 {
  margin-top: 15px;
}

.vertical_space5 {
  margin-top: 5px;
}




.vertical_spaceb15 {
  margin-bottom: 15px;
}

.vertical_spaceb30 {
  margin-bottom: 30px;
}



/*Brand image... -------------------------------------------------------------------------------------------- */
#brand_image {
	height: 2rem;
	position: relative;
	bottom: 10%;
}


/*Form fix --------------------------------------------------------------------------------------------  */
.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}


/*Prevent button groups from stacking -------------------------------------------------------------------------------------------- */
.btn-group {
    white-space: nowrap;  /*prevent buttons from wrapping when in tight spaces (e.g., the table on the tests page) */
}
.btn-group   > .btn {
        float: inherit;
}
.btn-group > .btn + .btn {
        margin-left: -4px;
}

/*Navbar and jumbotron -------------------------------------------------------------------------------------------- */
.navbar .jumbotron {
  margin-bottom:0;
}

.home_jumbo_background {
  background-color: #0085B0;
  margin-top: 50px; /*navbar gap*/
  background-size: cover;
  margin-bottom:0;
}

#jumbotron_text {
  color: white;
  display: inline;
}

.below_jumbotron_head {
  margin-top: -30px;
}

.home_jumbo_background .container {
  height: 80px;
}

@media screen and (min-width: 400px) {
  .home_jumbo_background h1 {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) {
  .home_jumbo_background .container {
    height: 100px;
  }
    .home_jumbo_background h1 {
    font-size: 63px;
  }
}

@media screen and (min-width: 1024px) {
  .home_jumbo_background .container {
    height: 120px;
  }
}

/*
 * Jumbotron Logo
 * --------------------------------------------------
 */

 .jumbotron_logo {

  max-height: 100%;
  max-width: 70%;

 }


 .jumbotron_kreuz {

  max-height: 100%;
  max-width: 20%;

 }

 /* #carouselHome .carousel-item img {
    max-height: 25rem;
    object-fit: cover;
  } */




/*
 * cards
 * --------------------------------------------------
 */

.card-header-apo-green {
    background-color: #009839;
}

.card-custom-red {
  border-color: #C0392B;
}
.card-custom-red > .card-header {
  color: #fff;
  background-color: #C0392B;
  border-color: #C0392B;
}
.card-custom-red > .card-header + .card-collapse > .card-body {
  border-top-color: #C0392B;
}
.card-custom-red > .card-header .badge {
  color: #C0392B;
  background-color: #fff;
}
.card-custom-red > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #C0392B;
}


.card-custom-blue {
  border-color: #4183D7;
}
.card-custom-blue > .card-header {
  color: #fff;
  background-color: #4183D7;
  border-color: #4183D7;
}
.card-custom-blue > .card-header + .card-collapse > .card-body {
  border-top-color: #4183D7;
}
.card-custom-blue > .card-header .badge {
  color: #4183D7;
  background-color: #fff;
}
.card-custom-blue > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #4183D7;
}



.card-custom-orange {
  border-color: #F89406;
}
.card-custom-orange > .card-header {
  color: #fff;
  background-color: #F89406;
  border-color: #F89406;
}
.card-custom-orange > .card-header + .card-collapse > .card-body {
  border-top-color: #F89406;
}
.card-custom-orange > .card-header .badge {
  color: #F89406;
  background-color: #fff;
}
.card-custom-orange > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #F89406;
}



.card-custom-green {
  border-color: #2ECC71;
}
.card-custom-green > .card-header {
  color: #fff;
  background-color: #2ECC71;
  border-color: #2ECC71;
}
.card-custom-green > .card-header + .card-collapse > .card-body {
  border-top-color: #2ECC71;
}
.card-custom-green > .card-header .badge {
  color: #2ECC71;
  background-color: #fff;
}
.card-custom-green > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #2ECC71;
}


.card-custom-apo-green {
  border-color: #009839;
}
.card-custom-apo-green > .card-header {
  color: #fff;
  background-color: #009839;
  border-color: #009839;
}
.card-custom-apo-green > .card-header + .card-collapse > .card-body {
  border-top-color: #009839;
}
.card-custom-apo-green > .card-header .badge {
  color: #009839;
  background-color: #fff;
}
.card-custom-apo-green > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #009839;
}


.card-custom-apo-blue {
  border-color: #0085B0;
}
.card-custom-apo-blue > .card-header {
  color: #fff;
  background-color: #0085B0;
  border-color: #0085B0;
}
.card-custom-apo-blue > .card-header + .card-collapse > .card-body {
  border-top-color: #0085B0;
}
.card-custom-apo-blue > .card-header .badge {
  color: #0085B0;
  background-color: #fff;
}
.card-custom-apo-blue > .card-footer + .card-collapse > .card-body {
  border-bottom-color: #0085B0;
}



/*
 * Row with equal height columns
 * --------------------------------------------------
 */
/* .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
} */


/*
 * Overflow table text
 * --------------------------------------------------
 */

.table-text-overflow {
    table-layout: fixed;
    word-wrap: break-word;
}



/*
 * Öffnungszeiten Heute
 * --------------------------------------------------
 */

.opening-hours li.today {
    color: #ffac0c;
}

.special-today {
    color: #ffac0c;
}


/*
 * Home Slider
 * --------------------------------------------------
 */

.carousel-item > img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 400px) {
  .carousel-item > img {
    max-height: 200px;
  }
  .carousel-item > .carousel-caption > h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-item > img {
    max-height: 300px;
  }
  .carousel-item > .carousel-caption > h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .carousel-item > img {
    max-height: 400px;
  }
}

.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    background-image: -webkit-linear-gradient(top,rgba(0,133,176,0) 0%,rgba(0,133,176,.7) 100%);
    background-image: -o-linear-gradient(top,rgba(0,133,176,0) 20%,rgba(0,133,176,.7) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,133,176,0)),to(rgba(0,133,176,.7)));
    background-image: linear-gradient(to bottom,rgba(0,133,176,0) 0%,rgba(0,133,176,.7) 40%);
    /*background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 40%);*/
    bottom: 0px;
    padding: 40px 40px 20px 40px;
    width: 100%;
}



