/*   V A R I A B L E S   */
/*   E N D   V A R I A B L E S   */
/*   P L A C E H O L D E R S   */
.teaser-box .teaser-box-img img, .container-fluid.teaser .carousel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

h1,
.h1,
h2,
.h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #007F00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #007F00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.teaser-box.blue-box .teaser-box-txt a, .teaser-box.red-box .teaser-box-txt a, .btn-red, .btn-grey, .btn-default {
  padding: 0.275rem 0.75rem 0.3334rem;
  font-size: 17px;
  font-weight: 700;
  min-width: 100px;
  border: none;
  outline: none;
  border-radius: 0;
  text-decoration: none;
}

/*   E N D   P L A C E H O L D E R S  */
/*   M I X I N S   */
/*   E N D   M I X I N S   */
body {
  font-size: 1rem;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-top: 3.7rem;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}
@media (min-width: 992px) {
  html {
    font-size: 17px;
  }
}

/* NOTE: Gutter Widths */
@media (max-width: 767px) {
  .content-section .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}

@media (max-width: 767px) {
  .content-section .row > [class^=col-],
.content-section .row > [class^=" col-"] {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.container-fluid {
  overflow: hidden;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* NOTE: Header */
header {
  background-image: url("../img/header_ast.jpg");
  border-bottom: 1px solid rgba(122, 121, 101, 0.5);
  background-size: cover;
}
header nav.navbar {
  width: 100%;
  background-color: transparent;
}
header nav.navbar .navbar-collapse {
  flex-grow: 1;
}
header nav.navbar .dropdown-menu {
  left: -0.75rem;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #7a7965;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.3);
}
header nav.navbar .dropdown-menu .dropdown-item {
  color: #7a7965;
  font-weight: 700;
  text-transform: uppercase;
}
header nav.navbar .dropdown-menu .dropdown-item:focus,
header nav.navbar .dropdown-menu .dropdown-item:hover,
header nav.navbar .dropdown-menu .dropdown-item.active,
header nav.navbar .dropdown-menu .dropdown-item:active {
  color: #007F00;
  background-color: #fff;
}
header .navbar-light .navbar-toggler {
  border-color: #ffffff;
  border-width: 2px;
}
.navbar-light .navbar-toggler {
  color: #ffde82;
}
header .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus {
  color: #e43311;
}
header .navbar-light .navbar-nav .active > .nav-link,
header .navbar-light .nav-item.dropdown.show > .nav-link {
  color: #ffde82;
}
header .navbar-light .navbar-nav .show > .nav-link {
  color: #ffde82;
}
header .navbar-light .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.125rem;
  vertical-align: 0.18rem;
  border-top: 0.3rem solid;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
}
@media (min-width: 768px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
header .header-logo {
  margin-right: 2rem;
  padding: 0.333rem 0;
}
header .header-logo img {
  width: 11.75rem;
  height: auto;
}
@media (max-width: 767px) {
  header nav.navbar .dropdown-menu {
    display: block;
    padding: 0 0 0.5rem 0;
    margin: 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header nav.navbar .dropdown-menu .dropdown-item:hover, header nav.navbar .dropdown-menu .dropdown-item:focus, header nav.navbar .dropdown-menu .dropdown-item.active, header nav.navbar .dropdown-menu .dropdown-item:active {
    background-color: transparent;
  }
}

/* NOTE: Breadcrumb */
.breadcrumb {
  padding: 0;
  margin-top: 4rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
}
.breadcrumb a {
  color: #7a7965;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.breadcrumb a:visited {
  color: #7a7965;
}
.breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb a:focus {
  color: #000;
  text-decoration: underline;
}
.breadcrumb a:active {
  color: #000;
  text-decoration: underline;
}
.breadcrumb .bread-list-wrap {
  padding: 0.55rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb ul {
  margin: 0;
  white-space: nowrap;
}
.breadcrumb ul li {
  padding: 0;
  margin: 0 !important;
}
.breadcrumb ul li .chevron::before {
  margin: 0 0.25rem;
}

.chevron::before {
  border-style: solid;
  border-color: #007F00;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.5882rem;
  width: 0.5882rem;
  position: relative;
  left: 0;
  transform: rotate(45deg);
}

/* NOTE: TYPO */
body {
  line-height: 1.4118;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
}

h1,
.h1 {
  font-size: 1.64706rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
h1 + section,
.h1 + section {
  margin-top: 1.5rem;
}

h2, .h2, h3, .h3 {
  color: #007F00;
  font-weight: 700;
}

h3, .h3 {
  color: #7a7965;
}

h2, .h2, h3,
.h3,
.lead {
  font-size: 19px;
}

.lead {
  font-weight: 400;
}

main p {
  font-size: 16px;
}

strong {
  color: #007f00;
  font-weight: bold;
}

.no-wrap {
  white-space: nowrap;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(122, 121, 101, 0.16);
}
hr.small {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

a {
  color: #007F00;
}
a:hover, a:focus {
  color: #013e9f;
}

.btn-default {
  color: #fff;
  background-color: #007F00;
}
.btn-default:active, .btn-default.active {
  box-shadow: none;
}
.btn-default:active, .btn-default.active {
  color: #fff;
  background-color: #007F00;
}
.btn-default:hover, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:focus, .btn-default.active:hover {
  color: #fff;
  background-color: #060;
  box-shadow: none;
}

.btn-grey {
  color: #fff;
  background-color: #7a7965;
}
.btn-grey:active, .btn-grey.active {
  box-shadow: none;
}
.btn-grey:active, .btn-grey.active {
  color: #fff;
  background-color: #7a7965;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active:focus, .btn-grey:active:hover, .btn-grey.active:focus, .btn-grey.active:hover {
  color: #fff;
  background-color: #888771;
  box-shadow: none;
}

.btn-red {
  color: #fff;
  background-color: #e43311;
}
.btn-red:active, .btn-red.active {
  box-shadow: none;
}
.btn-red:active, .btn-red.active {
  color: #fff;
  background-color: #e43311;
}
.btn-red:hover, .btn-red:focus, .btn-red:active:focus, .btn-red:active:hover, .btn-red.active:focus, .btn-red.active:hover {
  color: #fff;
  background-color: #ee4120;
  box-shadow: none;
}

/* NOTE: Footer */
footer {
  overflow: hidden;
}
footer .footer-wrapper {
  margin-top: 4rem;
  padding: 2rem 0;
  background-color: #eaeaea;
  text-align: center;
}
footer .footer-wrapper a {
  color: #7a7965;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
footer .footer-wrapper a:visited {
  color: #7a7965;
}
footer .footer-wrapper a:hover {
  color: #000;
  text-decoration: underline;
}
footer .footer-wrapper a:focus {
  color: #000;
  text-decoration: underline;
}
footer .footer-wrapper a:active {
  color: #000;
  text-decoration: underline;
}
footer .footer-wrapper a:hover,
footer .footer-wrapper a:active,
footer .footer-wrapper a:focus {
  text-decoration: none;
}
footer .footer-wrapper nav {
  padding-bottom: 2rem;
}
footer .footer-wrapper ul {
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}
footer .footer-wrapper ul li {
  margin-top: 0.447rem;
}
footer .footer-wrapper ul ul {
  font-weight: 400;
}

/* NOTE: Teaser */
.container-fluid.teaser {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 500px;
}
@media (max-width: 775px) {
  .container-fluid.teaser {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-top: 10px;
    margin-bottom: -190px;
  }
}
.container-fluid.teaser .carousel {
  width: auto;
  height: 500px;
}
.container-fluid.teaser .carousel .img-fluid-plus {
  width: auto;
  height: 500px;
}
@media (min-width: 775px) {
  .container-fluid.teaser .carousel {
    width: 100%;
    height: auto;
  }
  .container-fluid.teaser .carousel .img-fluid-plus {
    width: 100%;
    height: auto;
  }
}
.container-fluid.teaser .teaser-text {
  position: absolute;
  width: 15rem;
  left: 38%;
  top: 30%;
  transform: translateX(-50%);
  text-align: center;
}
@media (min-width: 587px) {
  .container-fluid.teaser .teaser-text {
    left: 30%;
    width: 18rem;
  }
}
@media (min-width: 775px) {
  .container-fluid.teaser .teaser-text {
    left: 26%;
    width: 20rem;
  }
}
.container-fluid.teaser .teaser-text span {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1;
}

/* NOTE: Footer */
footer {
  position: relative;
  font-size: 0.9412rem;
  padding: 2rem 0;
}
footer a {
  color: #007F00;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
footer a:visited {
  color: #007F00;
}
footer a:hover {
  color: #007F00;
  text-decoration: underline;
}
footer a:focus {
  color: #007F00;
  text-decoration: underline;
}
footer a:active {
  color: #007F00;
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
footer a:hover,
footer a:active,
footer a:focus {
  text-decoration: underline;
}
footer nav {
  width: 100%;
  padding-bottom: 1rem;
}
footer ul {
  line-height: 1.2;
  padding: 0;
}
footer p {
  margin-bottom: 0.75rem;
}
footer .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
footer .footer-contact,
footer .copyright {
  text-align: center;
  color: #007F00;
}
footer .footer-contact img {
  display: inline-block;
  width: 8.75rem;
  height: auto;
}
footer .footer-contact .social {
  margin-bottom: 0;
  padding-top: 1rem;
}
footer .footer-contact .social img {
  width: 2rem;
  height: 2rem;
}
footer .footer-contact .social a:hover img {
  opacity: 0.9;
}
footer .copyright {
  padding: 0.5rem 0 2rem;
}
footer .quality {
  display: none;
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 1rem;
  right: 50%;
  transform: translateX(500%);
}
@media (min-width: 520px) {
  footer .quality {
    display: block;
  }
}
@media (min-width: 992px) {
  footer .quality {
    top: 2rem;
  }
}

/* NOTE: Content */
.img-fluid-plus {
  display: block;
  width: 100%;
  height: auto;
}

article ul {
  padding-left: 1rem;
}
article .img-fluid,
article .img-fluid-plus {
  margin-bottom: 1rem;
}
article .img-in-text {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  article .img-in-text {
    float: left;
    margin-top: 0.333rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

section {
  background-color: #eaeaea;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  section {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
section.light {
  background-color: transparent;
}
section.section-offset {
  margin-top: -5.3334rem;
}
@media (min-width: 992px) {
  section.section-offset {
    margin-top: -6.3334rem;
  }
}
section.content-section {
  background-color: #fff;
  padding: 1rem;
}
@media (min-width: 992px) {
  section.content-section {
    padding: 2rem;
  }
}
section.content-section:not(:first-of-type) {
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  section.content-section:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
section.content-section figure {
  margin-bottom: 1rem;
}
section.content-section.cards {
  padding: 0;
}

/* teaser-box */
.col-teaser-box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .col-teaser-box:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.teaser-box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .teaser-box {
    height: 100%;
  }
}
.teaser-box .teaser-box-txt {
  padding: 1rem;
}
.teaser-box .teaser-box-img {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.teaser-box .teaser-box-img img {
  width: 100%;
  height: auto;
}
.teaser-box .teaser-box-label {
  position: relative;
  background-color: #eaeaea;
  padding: 1rem 1rem 0.25rem;
}
.teaser-box.blue-box, .teaser-box.red-box {
  background-color: #007F00;
}
.teaser-box.blue-box .teaser-box-txt h2, .teaser-box.blue-box .teaser-box-txt h3, .teaser-box.blue-box .teaser-box-txt p, .teaser-box.red-box .teaser-box-txt h2, .teaser-box.red-box .teaser-box-txt h3, .teaser-box.red-box .teaser-box-txt p {
  color: #fff;
}
.teaser-box.blue-box .teaser-box-txt a, .teaser-box.red-box .teaser-box-txt a {
  color: #007F00;
  background-color: #fff;
}
.teaser-box.blue-box .teaser-box-txt a:active, .teaser-box.blue-box .teaser-box-txt a.active, .teaser-box.red-box .teaser-box-txt a:active, .teaser-box.red-box .teaser-box-txt a.active {
  box-shadow: none;
}
.teaser-box.blue-box .teaser-box-txt a:active, .teaser-box.blue-box .teaser-box-txt a.active, .teaser-box.red-box .teaser-box-txt a:active, .teaser-box.red-box .teaser-box-txt a.active {
  color: #007F00;
  background-color: #fff;
}
.teaser-box.blue-box .teaser-box-txt a:hover, .teaser-box.blue-box .teaser-box-txt a:focus, .teaser-box.blue-box .teaser-box-txt a:active:focus, .teaser-box.blue-box .teaser-box-txt a:active:hover, .teaser-box.blue-box .teaser-box-txt a.active:focus, .teaser-box.blue-box .teaser-box-txt a.active:hover, .teaser-box.red-box .teaser-box-txt a:hover, .teaser-box.red-box .teaser-box-txt a:focus, .teaser-box.red-box .teaser-box-txt a:active:focus, .teaser-box.red-box .teaser-box-txt a:active:hover, .teaser-box.red-box .teaser-box-txt a.active:focus, .teaser-box.red-box .teaser-box-txt a.active:hover {
  color: #007F00;
  background-color: white;
  box-shadow: none;
}
.teaser-box.red-box {
  background-color: #e43311;
}
.teaser-box.red-box .teaser-box-txt a {
  color: #e43311;
  background-color: #fff;
}
.teaser-box.red-box .teaser-box-txt a:active, .teaser-box.red-box .teaser-box-txt a.active {
  box-shadow: none;
}
.teaser-box.red-box .teaser-box-txt a:active, .teaser-box.red-box .teaser-box-txt a.active {
  color: #e43311;
  background-color: #fff;
}
.teaser-box.red-box .teaser-box-txt a:hover, .teaser-box.red-box .teaser-box-txt a:focus, .teaser-box.red-box .teaser-box-txt a:active:focus, .teaser-box.red-box .teaser-box-txt a:active:hover, .teaser-box.red-box .teaser-box-txt a.active:focus, .teaser-box.red-box .teaser-box-txt a.active:hover {
  color: #e43311;
  background-color: white;
  box-shadow: none;
}
.section-offset .teaser-box {
  box-shadow: 0 0 5px rgba(0,127,0, 0.75);
}

/* Cards */
.card {
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  margin-bottom: 1px;
}
.card:not(:last-of-type) {
  margin-bottom: 1rem;
}
.card .card-header {
  overflow: hidden;
  position: relative;
  padding: 0.75rem 1.25rem;
  background-color: #eaeaea;
  border-bottom: none;
}
.card .card-header:first-child, .card .card-header:last-child {
  border-radius: 0;
}
.card .card-header::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 0.65rem;
  height: 100%;
  background-color: #007F00;
}
.card .card-header .card-link {
  color: #7a7965;
  font-weight: 700;
  display: block;
  padding-right: 1rem;
}
.card .card-header .card-link::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 37%;
  ransform: rotate(45deg);
  transform: translate(0, 2px);
  transition: transform 0.4s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #007F00 transparent transparent transparent;
}
.card .card-header .card-link.collapsed::after {
  transform: rotate(-90deg);
}
.card .card-header .card-link .my-auto {
  height: 100%;
}
.card .card-body {
  padding: 0;
}
.card .card-body .content {
  padding: 1.25rem 0 0;
}
.card.special-card .card-header {
  padding: 0;
  background-color: transparent;
}
.card.special-card .card-header::before {
  display: none;
}
.card.special-card .card-header .card-link {
  font-weight: unset;
  padding-right: 0;
}
.card.special-card .card-header .card-link .card-link-text {
  padding: 14px 2.5rem 14px 0;
}
@media (min-width: 768px) {
  .card.special-card .card-header .card-link .card-link-text {
    padding-right: 3.5rem;
  }
}
.card.special-card .card-header .card-link::after {
  top: 48%;
}
@media (min-width: 768px) {
  .card.special-card .card-header .card-link::after {
    right: 1.5rem;
  }
}
.card.special-card .card-header .card-link p {
  margin-bottom: 0;
}
.card.special-card .card-body {
  border-top: 1px solid rgba(122, 121, 101, 0.16);
}
.card.special-card .card-body .card-body-text {
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .card.special-card .card-body .card-body-text {
    padding-right: 3.5rem;
    padding-bottom: 1rem;
  }
}

/* NOTE: F O R M S */
form + p {
  margin-top: 2rem;
}

.form-group {
  margin-bottom: 0.75rem;
}

.form-control {
  padding: 0.5rem 0.85rem;
  color: #7a7965;
  background-color: #eaeaea;
  border: none;
  border-radius: 0;
  font-size: 16px;
  height: 2.41176rem;
}
.form-control:focus {
  color: #7a7965;
  background-color: #eaeaea;
  box-shadow: 0 0 0 0.125rem rgba(1, 50, 129, 0.25);
}

label {
  color: #7a7965;
  cursor: pointer;
}

.form-control small,
.form-check small {
  color: #7a7965;
}

.form-control::-webkit-input-placeholder {
  color: rgba(122, 121, 101, 0.6);
}

.form-control:-ms-input-placeholder {
  color: rgba(122, 121, 101, 0.6);
}

.form-control::placeholder {
  color: rgba(122, 121, 101, 0.6);
}

/* custom checkboxes */
.indi-checkbox label {
  margin-bottom: 0.75rem;
  padding-left: 26px;
}
.indi-checkbox label::after {
  content: "";
  display: table;
  clear: both;
}
.indi-checkbox label input[type=checkbox] {
  display: none;
}
.indi-checkbox label input[type=checkbox] + .check-radio {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 0;
  width: 18px;
  height: 18px;
  float: left;
  margin-left: -26px;
  margin-top: 0.125rem;
  background-color: #eaeaea;
}
.indi-checkbox label input[type=checkbox] + .check-radio::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 22%;
  top: 28%;
  width: 10px;
  height: 6px;
  border-top: 3px solid #007F00;
  border-right: 3px solid #007F00;
  transform: rotate(135deg);
}
.indi-checkbox label input[type=checkbox]:checked + .check-radio::after {
  opacity: 1;
}
.indi-checkbox small {
  color: #7a7965;
  line-height: 1.25;
}

/* custom select */
.custom-select {
  height: 2.41176rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: #7a7965;
  background-color: #eaeaea;
  border: none;
  border-radius: 0;
}
.custom-select:focus {
  color: #7a7965;
  background-color: #eaeaea;
  box-shadow: 0 0 0 0.125rem rgba(1, 50, 129, 0.25);
}

/* add / delete buttons */
.order-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(122, 121, 101, 0.16);
  margin: 0.75rem 15px;
}
@media (max-width: 767px) {
  .order-item::after {
    margin: 0.75rem 7px;
  }
}
.order-item .my-auto {
  height: 100%;
}

.col-order-item {
  width: calc(100% - 2rem - 30px);
}
@media (max-width: 767px) {
  .col-order-item {
    width: calc(100% - 2rem - 14px);
  }
}
.col-order-item .form-group {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col-order-item .form-group:first-of-type {
    margin-bottom: 0.75rem;
  }
}

.add-order-item {
  margin-bottom: 2rem;
}
.add-order-item .col-auto {
  height: 100%;
}

.btn-add,
.btn-delete {
  border: none;
  outline: none;
  border-radius: 0;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/btn-add.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-add:hover, .btn-add:focus,
.btn-delete:hover,
.btn-delete:focus {
  opacity: 0.9;
}

.btn-delete {
  background-image: url("../img/btn-delete.svg");
}

/*# sourceMappingURL=main.css.map */
p {
  font-size: 16px;
}

.card-link img {
  max-width: 100%;
  /*height: 100%;*/
  padding: 10px;
}

h3 a {
  color: #7a7965;
}

.blue {
  color: #007F00;
}

.red {
  color: #e43311;
}

.grey {
  color: #7a7965;
}

.teaser-box p a {
    margin-bottom: 1px;
}

.responsive-iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .google{
    height: 250px;
    width: 450px;
  }
}

.flex { 
  display: flex; 
  justify-content: center; 
  align-items: center;
}


.carousel-item {
  margin-top: -250px;
}

@media (max-width: 768px) {
  .carousel-item {
    margin-top: -150px !important;
  }
}


.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}