
/* --- BASICS ----------------------------- */

body, .content-container {
  background-color: #ede6da;
  color: #882021;
}

div.nav-container-bar {
  max-width: 1130px;
}

a {
  color: #79787f;
  text-decoration: underline;
}

a.nav-link {
  color: #666;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.643;
  font-family: Orbitron, sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
}

hr {
  background-color: #e3e3e3;
  border: 0px none;
  height: 1px;
  margin: 32px 0px 0px;
  clear: both;
}

h6 {
  font-weight: bold;
  margin-bottom: 15px;
}

input, textarea {
  font-weight: 400;
  border: 1px solid #818a91;
  color: #825e24;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: white;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

button, a.btn {
  color: white;
  background-color: #c0504e;
  text-decoration: none;
}

button:hover, .btn:hover {
  background-color: #882021;
  color: #ede6da;
}

.btn-primary,
.btn-primary:hover {
	border: none;
}

form{
	padding: 20px;
    border: 1px solid #882021;
    border-radius: 5px;
}




/* --- PAGE ELEMENTS ----------------------------- */

div.logoWrapper {  
  background-color: #a82a35; padding-top: 2em;
}

div.breadcrump a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

/*
img.navbarLogo {
  box-shadow: 5px 5px 15px;
}
*/

ul.fa-ul li {
  left: -1em;
  margin-bottom: 5px;
}

div.footerBar {
  height: 100px;
}

div.footerBar p {
  padding: 20px;
}

img.newPNG
{
    width: 55px;
    float: inline-end;
}


/* --- IMAGE CAROUSEL ----------------------------- */

.carousel {
  max-height: 700px;
  overflow: hidden;
}

.carousel div.carousel-item div.slide-image {
  overflow: hidden;
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homePageImageCarouselContainer .slide-1 {  background-image: url("../images/carousel/c1.jpg"); }
.homePageImageCarouselContainer .slide-2 {  background-image: url("../images/carousel/c2.jpg"); }
.homePageImageCarouselContainer .slide-3 {  background-image: url("../images/carousel/c3.jpg"); }
.homePageImageCarouselContainer .slide-4 {  background-image: url("../images/carousel/c4.jpg"); }
.homePageImageCarouselContainer .slide-5 {  background-image: url("../images/carousel/c5.jpg"); }
.homePageImageCarouselContainer .slide-6 {  background-image: url("../images/carousel/c6.jpg"); }
.homePageImageCarouselContainer .slide-7 {  background-image: url("../images/carousel/c7.jpg"); }
.homePageImageCarouselContainer .slide-8 {  background-image: url("../images/carousel/c8.jpg"); }
.homePageImageCarouselContainer .slide-9 {  background-image: url("../images/carousel/c9.jpg"); }
.homePageImageCarouselContainer .slide-10 {  background-image: url("../images/carousel/c10.jpg"); }
.homePageImageCarouselContainer .slide-11 {  background-image: url("../images/carousel/c11.jpg"); }
.homePageImageCarouselContainer .slide-12 {  background-image: url("../images/carousel/c12.jpg"); }
.homePageImageCarouselContainer .slide-13 {  background-image: url("../images/carousel/c13.jpg"); }
.homePageImageCarouselContainer .slide-14 {  background-image: url("../images/carousel/c14.jpg"); }

.orderFormImageCarouselContainer .slide-1 {  background-image: url("../images/carousel/c12.jpg"); }
.nachrufImageCarouselContainer .slide-1 {  background-image: url("../images/articles/Nita.jpg"); }

.article1ImageCarouselContainer .slide-1 {  background-image: url("../images/articles/Article1-1160x508.jpg"); }
.article2ImageCarouselContainer .slide-1 {  background-image: url("../images/articles/Article2-720x508.jpg"); }
.article3ImageCarouselContainer .slide-1 {  background-image: url("../images/articles/Article3-1160x508.jpg"); }
.article4ImageCarouselContainer .slide-1 {  background-image: url("../images/articles/Article4-1160x508.jpg"); }
.article5ImageCarouselContainer .slide-1 {  background-image: url("../images/articles/Article6-1160x508.jpg"); }
.article6ImageCarouselContainer .slide-1 {  background-image: url("../images/articles/Article5-1160x508.jpg"); }




/* --- CARDS ----------------------------- */

.card-img-container {
  width: auto;
  display: inline-block;
  overflow: hidden;
}

.card-img-container img {
  width: 100%;
  height: auto;
}

.card .card-body {
  position: relative;
  height: 290px;
}

.card a.btn {
  position: absolute;
  bottom: 20px;

  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
}

div#accordion .card  .card-body{
  height:auto;
}




/* --- TEAM ----------------------------- */

.teamContainer div h4 {
  cursor: pointer;
}

.teamContainer div h4:after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  content: "\f05a";
  color: #882021;
  position: relative;
  top:-1px;
  
  margin-left:5px;
  opacity: 0.75;
}

.teamContainer div img {
  max-width: 230px;
  /*box-shadow: 5px 5px 15px;*/
  margin: 15px 0px;
}

.teamContainer div:hover img {
  box-shadow: 0px 0px 12px;
  cursor: pointer;
}

.grow {
  transition: all 0.2s ease-in-out 0s;
}

.grow:hover {
  transform: scale(1.1);
}
















/* --- GOOGLE MAP ----------------------------- */

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0px;
}

.map-container iframe {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
}




/* --- MODALS ----------------------------- */

div.modal-header, div.modal-footer {
  background-color: #ede6da;
}

div.modal-header {
  border-bottom: 1px solid #bbbbbb;
}

div.modal-footer {
  border-top: 1px solid #bbbbbb;
}

div.modal-body {
  background-color: #ede6da;
}

.modal-image {
  width: 80%;
  margin-bottom: 20px;
}

.modal-large {
  max-width: 60% !important;
}




/* --- MEDIA RULES ----------------------------- */

/*
@media ( min-width : 1200px ) {
  .container {
  }
}
*/

@media ( max-width : 1360px ) {
  p.card-text {
    font-size: 0.9rem;
  }
}

@media ( max-width : 1150px ) {
  p.card-text {
    font-size: 0.8rem;
  }
}

@media ( max-width : 1120px ) {
  p.card-text {
    font-size: 0.7rem;
  }
}

@media ( max-width : 990px ) {
  p.card-text {
    font-size: 1rem;
  }
}




/* --- BOOTSTAP OVERWRITE ----------------------------- */

.row {
  margin-right: 0px;
  margin-left: 0px;
  font-weight: normal;
}

/*
.display-4 {
  font-weight: bold;
}
*/

.nav-link {
  padding: 0.5rem 0.7rem;
}

.card {
  border: 5px solid #ede6da;
}

.btn:focus, .btn.focus {
  outline: 0;
  /*
  box-shadow: 0 0 0 0.2rem #882021; 
  box-shadow: 0 0 0 0.2rem #a82a35;     
  box-shadow: 0 0 0 0.2rem #825e24;
    */
  box-shadow: 0 0 0 0.2rem #c0504e;
  /*
  box-shadow: 0 0 0 0.2rem #79787f;
  box-shadow: 0 0 0 0.2rem #818a91;  
  box-shadow: 0 0 0 0.2rem #ede6da;
  box-shadow: 0 0 0 0.2rem #e3e3e3;    
  */  
}



