/*!
 * 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: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.btn-primary {
  color: #fff;
  background-color: #e31b28;
  border-color: #e31b28;
}

.btn-primary:hover {
  color: #fff;
  background-color: #C40A16;
  border-color: #C40A16;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #e31b28;
  border-color: #e31b28;
}

.more-news-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.00);
}

.modal.and.carousel {
  position: fixed; // Needed because the carousel overrides the position property
}

.carousel-item img {
  width: 100%;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-google {
  background: #e31b28;
  color: white;
}

.bg-red {
  background-color: #e31b28 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #e31b28;
}

.bg-footer {
  background-color: #F44E3F !important;
}

a.bg-footer:hover, a.bg-footer:focus,
button.bg-footer:hover,
button.bg-footer:focus {
  background-color: #F44E3F;
}

.footer-copyright {
  background-color: #e31b28 !important;
}

footer {
  padding-bottom: 0px !important;
  color: white;
}

html {
  height: 100%;
  position: relative;
}

body {
  min-height: 100%;
}

.light-grey {
  background-color: #F4F4F4 !important;
}

.icon-background {
    color: #F44E3F;
}

.icon-container {
  font-size: 28px;
}

a { color: inherit; }

input[type=text], input[type=email], input[type=number] {
  background-color: transparent;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 0px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=text]:focus, input[type=email]:focus, input[type=number]:focus {
  background-color: transparent;
  width: 100%;
  outline-style: none !important;
  outline: none !important;
  outline-color: transparent !important;
}

input[type="checkbox"] {
  display:none;
}
input[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid #e31b28;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

input[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #e31b28;
}

*:focus {
    outline: none;
}

@mixin tab-focus() {
outline: none;
}

.form-container {
  background-color: white;
}

.headerPic {
  height: 300px;
}

.red {
  color: #e31b28 !important;
}

.active {
  color: #e31b28 !important;
}

.circle {
  width: 250px;
  height: 250px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  text-align: center;
  background: #e31b28;
  margin: 0 auto;
  margin-top: 110px;
}

.circle p {
  padding-top: 80px;
  vertical-align: middle;
  display: table-cell;
}

.circle:hover {
  cursor: pointer;
  background: #C40A16;
}

@media only screen and (max-width: 991px) {
  .circle {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background: #e31b28;
    margin: 0 auto;
  }

  .circle:hover {
    cursor: pointer;
    background: #C40A16;
  }

  .circle p {
    padding-top: 30%;
    vertical-align: middle;
    display: table-cell;
  }
}

.card-img-top {
  overflow: hidden;
}

.center {
  margin: 0 auto;
}

.flyerCarouselImg img {
  width: 500px;
}

.flyerCarouselImg {
  height: 100%;
}

.modal-dialog {
  width: 500px;
}

.jumbotron {
  margin-bottom: 0px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}

.display-4 {
  font-size: 2.5rem !important;
}

.navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-right: 0px !important;
}

.navbar-logo {
  width: 87px;
  height: 65px;
}

.deleteMedFromList {
  float: right;
}

.deleteMedFromList:hover {
  cursor: pointer;
}

.abholfaecher-modal {
  max-width: 95%;
}

.abholfaecher-container {
  width: 100%;
  margin: 0 auto;
}

.index-card {
  max-height: 50%;
}

.nav-item {
  font-weight: bold;
}