.alert-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.hideIframeElements {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: larger;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  z-index: 2;
}

.om-cookie-panel {
  max-width: 400px;
  padding: 0.5rem 3rem;
  font-size: 1rem;
}
.om-cookie-panel h3 {
  padding: 0;
}
.om-cookie-panel .cookie-panel__control button.cookie-panel__button {
  width: 100%;
  margin-top: 0.5rem;
}
.om-cookie-panel .cookie-panel__control button.cookie-panel__button:first-child {
  margin: 0;
}
.om-cookie-panel .cookie-panel__selection {
  padding: 1rem 0;
}
.om-cookie-panel .cookie-panel__attribution {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin: 0;
}

.cookieEinstellungen {
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: small;
}

.borderWithShadow {
  border: 1px solid #cc181f;
  -webkit-box-shadow: -4px -4px 0px 0px #cc181f;
  -moz-box-shadow: -4px -4px 0px 0px #cc181f;
  box-shadow: -4px -4px 0px 0px #cc181f;
}

/***** news --start-- *****/
.list-unstyled .media-body .news-list-date {
  display: inline-block;
  float: right;
  color: #888;
  font-size: 12px;
}

/***** news --stop-- *****/
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

a {
  color: #cc181f;
}
a:hover {
  color: #cc181f;
}

.mz-bottom {
  position: absolute;
  bottom: 0;
}

.jumbotron {
  margin-bottom: 0;
  padding: 1rem 0;
  background-color: transparent;
}
.jumbotron > div.container {
  padding-right: 0;
  padding-left: 0;
}
.jumbotron figure.image {
  margin-bottom: 0;
}

.mz-text-jumbotron .row {
  align-items: baseline;
}
@media (max-width: 767px) {
  .mz-text-jumbotron .row {
    text-align: center;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #cce83d;
  font-size: 1.2rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ecf85dff;
}

/***** main-navbar --start-- *****/
#main-navbar {
  background-color: #533a33 !important;
  background-image: url(https://www.nistkasten-aidenbach.de/typo3conf/ext/customer/Resources/Public/images/menu-wood-434x600.jpg);
  background-position: center -165px;
  padding-top: 0;
  padding-bottom: 0;
}
#main-navbar.sticky-top {
  top: -1px;
}
@media (min-width: 576px) {
  #main-navbar.is-sticky .navbar-brand {
    top: 0;
    margin-left: 30px;
    transition: top 0.5s, margin-left 0.5s, transform 0.5s;
  }
  #main-navbar.is-sticky .navbar-brand img {
    transition: height 0.5s;
    height: 80px;
  }
}
#main-navbar .navbar-brand {
  display: block;
  position: absolute;
  z-index: 10;
  top: -38px;
  margin-left: 0;
  transition: top 0.5s, margin-left 0.5s;
  transform: translate(-30px, 0px);
}
@media (max-width: 576px) {
  #main-navbar .navbar-brand {
    position: relative;
    top: 0;
  }
}
#main-navbar .navbar-brand img {
  height: 100px;
  width: auto;
}
@media (max-width: 576px) {
  #main-navbar .navbar-brand img {
    height: 60px;
  }
}
#main-navbar .nav-item {
  /*border-left: 1px solid #565656;*/
  padding-left: 10px;
  padding-right: 10px;
}
#main-navbar .nav-item:first-child {
  border: none;
}
@media (min-width: 576px) {
  #main-navbar .nav-item:first-child {
    margin-left: 120px;
  }
}
#main-navbar .fab {
  font-size: 25px;
}

/***** main-navbar --stop-- *****/
div#page-wrapper > div.container {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
}
div#page-wrapper div#page-content > div.row aside {
  background-color: #f8f9fa;
}

div#expanded-content-bottom > div.container {
  padding-left: 30px;
  padding-right: 30px;
}

header h1 {
  margin-bottom: 1.5rem;
}

.subheader {
  margin-bottom: 1.5rem !important;
  font-size: 1.17rem;
}

.btn-group.flex-wrap .btn {
  border-radius: 0 !important;
  font-size: inherit;
}
.btn-group.flex-wrap > .btn:not(:first-child), .btn-group.flex-wrap .btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
  margin-right: -2px;
}

.ce-link {
  cursor: pointer;
}

footer.bg-dark {
  background-color: #7c7f82 !important;
}
footer .footer p {
  margin-bottom: 0.5rem;
}
footer .footer a {
  color: rgba(255, 255, 255, 0.5);
}

.cam {
  white-space: nowrap;
}
.cam a:not(:last-child) {
  margin-right: 5px;
}
.cam img {
  width: calc(50% - 2.5px);
  height: auto;
}

.expanded-content-bottom-left {
  background-color: #f8f9fa;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.expanded-content-bottom-left:after {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  /* background: url(/fileadmin/user_upload/images/grafik-rot.svg) left top no-repeat; */
}

.expanded-content-bottom-right {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  top: -8px;
}

.hidden {
  display: none;
}

.filtr-container > div {
  /* width: 182px; */
}
.filtr-container .without-img {
  width: 182px;
  height: 107px;
}
.filtr-container .filtr-item {
  padding-right: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 12px;
}
.filtr-container img {
  display: block;
  border: 2px solid #d3d3d3;
}

ul.comm {
  padding-left: 0;
}
ul.comm li {
  list-style: none;
  padding: 4px 0;
}

#gmeg_map_canvas {
  width: 100%;
  height: 400px;
}

.dummyimage img {
  max-height: 150px;
}

/***** tx_news --start-- *****/
.news .page-item.active .page-link {
  background-color: #cc181f;
  border-color: #cc181f;
}
.news .page-link {
  color: #cc181f;
}
.news .page-link:hover {
  color: #cc181f;
}
.news .card-deck {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.news .media {
  column-gap: 1rem;
}
.news .media .img-fluid {
  max-width: unset;
}
.news.news-single {
  /*
  .pb-3.border-bottom {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  */
}
.news.news-single .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}
.news.news-single .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}
.news.news-single .footer span:last-child {
  border-right: 0;
}
.news.news-single .article .news-img-wrap {
  float: right;
  width: 282px;
  margin: 0 0 0 25px;
}
.news.news-single .article .teaser-text {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #888;
}
.news.news-single .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news.news-single .thumbnail .img-responsive {
  max-width: 100%;
  height: auto;
}
.news .list-unstyled ul:first-of-type {
  display: none;
}
.news .list-unstyled .media-body {
  position: relative;
}
.news .list-unstyled .media-body .more {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}

/***** tx_news --stop-- *****/
.gutschein-icon {
  width: auto;
  height: auto;
}

.card-text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin: 0 0 3rem 0;
  }
}
/***** Nk1 *****/
.Nk1 .outer {
  flex-basis: 32%;
}
@media (max-width: 575px) {
  .Nk1 .outer {
    flex-basis: 100%;
  }
}

/***** font-awesome *****/
.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-fax:before {
  content: "\f1ac";
}

.email-link::before {
  color: initial;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/*# sourceMappingURL=customer-rot.css.map */
