body {
  padding-top: 3.5rem;

	background-image: url("i/bg.png");
	background-color: #cccccc; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-attachment: fixed;
	font-family: area-extended, sans-serif;

}
a {
    color:var(--bs-primary);
    text-decoration: underline;
}
h1, h2, h3, h4 {
	color:var(--bs-primary);
	font-family: area-extended, sans-serif;
	font-style: normal;
			  font-weight: 600;
}
h1{
	padding-top: 35px;
	font-size: x-large;

}
main {
	min-height: 400px;
}
footer{
	background: rgba(255, 255, 255, .8);
	padding-top:2rem;
}
.lauftext{
	font-family: area-normal, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.nummer{
	margin-left: 28px;
}
.anmeldung{
	font-size: smaller;
}
.tooltipp{
	color:green;
}
.carousel-caption{
	position: absolute;
    right: 15%;
    bottom: 0.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem; 
    text-align: right;
	}
#terminliste{
	padding-bottom:1rem;
}
title::first-line {
	font-size: 16px;
	font-weight: bold;
	color: red;
  }
.frauenstein{
	color:#3F7A5D;
}
.sternKat{
	background: transparent url(i/stern.png) 50% 50% no-repeat;
	display:block;
	height: 32px;
	width: 32px;
	margin-left:50px;
	color:#F6EEDA;
	margin:auto;
}
.stern, .orte{
	cursor: pointer;
}
.ortsnummer{
	font-size: 10px;
	padding-top: 5px;
}
.navbar-brand{
	font-size: x-large;}
p{
	font-family: arek, serif;
	font-style: normal;
    font-weight: 400;
}
.termin{
	border-right: 2px solid #222;
}
.event{
	margin-bottom: 12px;
	cursor: pointer;
}
.terminlink{
	cursor: pointer;
	text-decoration: underline;
	font-weight: bolder;
}
.kategorie{
	transform: rotate(90deg);
	margin: 20px 0 0 0;
}
.info{
	
	opacity: 0.9;
    height: auto;
	display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 4s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.ausblenden{
	display:none;
	-webkit-animation: fadeOut 1s;
    animation: fadeOut 4s;
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 75px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
	.modal-content {
	  width: 100%;
	}
  }
  @media (max-width: 493px) {
	body {
		padding-top: 6.5rem;}
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
  }
.ohneRand{
	margin:0;
	padding: 0;
	
}
.icon_als_img{
 padding-right: 5px ;
 height: 30px;

}
.fotoliste img {
	max-height: 100px;
}

.accordion-button:not(.collapsed) {
    color: #dde2e9;
    background-color:var(--bs-primary);
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #90fe86;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(101, 253, 13, 0.25);
  }
  .accordion-button:focus {
	z-index: 3;
	border-color: #90fe86;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(101, 253, 13, 0.25);
  }
  .row > .btn {
  width: auto;
  margin-right: 5px;margin-top: 5px;
  }
  @media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
  }
