@font-face {
    font-family: 'damase_v';
    src: url('fonts/damase_v.2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "damase_v", serif;
  font-variation-settings: "wght" 300;
}

html, body {
  margin:0;
  padding:0;
  height:100%;
  text-align: center;
  color: #7d766f;
  font-family: "damase_v", serif;
  background-color: #f9f4ee;
}
#home h1 {
  margin: 0 auto 0 auto;
  font-size:2em;
  visibility: hidden;
}

iframe {
  width: 90%;
  height: 80%;
}

img#logo {
  max-width: 70%;
  max-height: 50%;
  vertical-align: center;
}

p#baustelle {
  align-content: center;
  padding-top: 2em;
}

section {
  padding-top:4em;
  margin-bottom:4em;
  text-align: center;
  width: 99%;

}
a {
  text-decoration: none;
  color: #6c7c61;
}


li {
  list-style-type: none;
}

h1,h2,h3,h4,h5  {
  font-family: "loretta", serif;
  font-weight: 500;
  color: #6c7c61;
}

table tr td h4 {
  text-align:center;
}

td.verschoben {
  color: #bd753d;
  font-style: italic;
}

.zitat {
  background-image: url("images/zitat.png"), url("images/zitat_ende.png");
  background-position-x: left, right;
  background-position-y: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: transparent;
}

.zitat p {
  font-style: italic;
}

.accordion-body {
  text-align: left;
}


h1 {
  font-size: 5em;
}
h2 {
  font-size: 4em;
}
h3 {
  padding-top:10%;
  font-size: 3em;
  margin-bottom: 5px;
}
h4 {
  font-size: 2.5em;
  margin-bottom: 5px;
  margin-top: 10px;
}

#bilderCarousel {
    width: 70%; /* for example */
    height: 70%; /* for example */
    max-height: 50% !important;

    margin: auto;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #f9f4ee !important;
}

.navbar.bg-light {
  background-image: linear-gradient(#f9f4ee,#f4eee6 50%,#e9e3d8) !important;
}

.nav-link:focus, .nav-link:hover {
  color: #AA4400;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
 max-width: 500px; /* use this, or not */
 max-height: 300px;
  margin: auto;
}

.carousel-caption {
  background-color: #2B1100;
  opacity: 0.5;
  padding-bottom: 2.5rem;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff !important;
}



.carousel-caption h5 {
  font-size: 2em;
}

.carousel-caption h5, .carousel-caption p  {
  text-align: center;
  color:  #fff !important;
  padding: 0 1em 0 1em;
}


.buttonDown svg, .buttonUp svg {
  margin-top: 2em;
}
.card {
  margin: 1em;
  width: 15rem;
  vertical-align: middle !important;
}

.card img {
  margin-top: 10px;
  max-height: 5rem;
  height: auto;
  max-width: 12rem;
}


hr {
  width:30px;
  height:3px;
  background:#803300;
  border:0;
  margin: 0 auto 40px auto;
}

a:any-link {
  color: #803300;
  font-weight: bold;
}
#karte {
  max-width: 80%;
  margin: 2em;
}
#terminhinweis {
  padding: 3em 0 3em 0;
  font-style: italic;
}

/* home */


section {


    min-height:100vh;

}



#termine table {
  --bs-table-bg: transparent !important;
}

#termine td {
  vertical-align:top;
}

#datenschutz h1 {
  margin: 5% auto 0 auto;
  font-size:4em;
}


#home h2 {
  margin:0 auto 0 auto;
  font-size:4em;

}
 img.pfeil {
   margin-top:10px;
   opacity: 0.7;
 }
 img.pfeil:hover {
   opacity:1;
 }
/* mörike */
#josephine {
  height: 25%;
  max-width:300px;
}

p {
  width:80%;
  margin: 0 auto 2em auto;
}

table {
  text-align:left;
  margin:0 auto 0 auto;
}

tr.unsicher td {
  color: #404040;
    font-style: italic;
}
.klein {
  font-size: 0.7em;
}
