@font-face {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'),
		url("./font/ArchivoNarrow-Regular.woff") format("woff"),
		/* Modern Browsers */
		url("./font/ArchivoNarrow-Regular.woff2") format("woff2"),
		/* Modern Browsers */
		url(./font/ArchivoNarrow-Regular.ttf) format('ttf');
}

@font-face {
	font-family: 'Teko';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Teko Regular'), local('Teko-Regular'),
		url("./font/Teko-Regular.woff") format("woff"),
		/* Modern Browsers */
		url("./font/Teko-Regular.woff2") format("woff2"),
		/* Modern Browsers */
		url(./font/Teko-Regular.ttf) format('ttf');
}

@font-face {
	font-family: 'Odibee Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Odibee Sans Regular'), local('Odibee Sans-Regular'),
		url("./font/OdibeeSans-Regular.woff") format("woff"),
		/* Modern Browsers */
		url("./font/OdibeeSans-Regular.woff2") format("woff2"),
		/* Modern Browsers */
		url(./font/OdibeeSans-Regular.ttf) format('ttf');
}


html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #444444;
	background-image: url(.images/bg.jpg);
	font-family: 'Archivo Narrow', sans-serif;
}

html {
	font-size: 1.1em;
}

#top {
	width: 820px;
	text-align: center;
	position: relative;
	margin: 0px auto;
	width: 1000px;
	/*background-color:black;*/
}

#top-banner {
	width: 820px;
	/*height:312px;*/
	height: auto;
	/*background-image:url(./images/banner.jpg);*/
	margin: 0px auto;
	padding: 0;
	position: relative;
	/*background-size:auto 100%;*/
	background-size: cover;
	width: 1000px;
}

#nav {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
	position: relative;
	margin: 0 auto 0px;
	padding-bottom: 8px;
	background-color: rgba(255, 255, 255, 0.4);
}

a {
	text-decoration: none;
}

#nav a {
	padding: 4px 22px 0px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	background-color: #444444;
	background-color: #222222;
	width: auto;
	margin: 0px 1px;
	border-radius: 0 0 12px 12px;
	font-family: 'Teko', sans-serif;
	text-decoration: none;
}

#nav a:hover {
	background-color: #9a1514;
}

#main {
	width: 820px;
	margin: 0px auto;
	background-color: rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.4);
	width: 1000px;
}

#main .abstand {
	padding: 8px 48px;
}

hr {
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.link {

	color: #9a1514;
	text-decoration: none;
}

.link:hover {

	color: #bb0d0c;
}

#bottom {
	text-align: center;
	margin: 100px auto 0px;
	font-size: 0.8em;
	padding-bottom: 24px;
}

#bottom a {
	color: #9a1514;
	text-decoration: none;
}

#bottom a:hover {
	color: #bb0d0c;
}

.gallerie-link {
	text-decoration: none;
}

.gallerie-image {
	height: 150px;
}

.bigText {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	font-family: 'Odibee Sans', cursive;
}

.JumpTo {
	visibility: hidden;
	display: block;
	height: 1px;
}

.JumpToShow {
	font-size: 1.4em;
	display: block;
	font-weight: normal;
}

.zitat {
	position: relative;
	color: rgba(20, 20, 20, 0.5);
	font-size: 0.95em;
	display: block;
	text-align: justify;
	width: 90%;
	margin: 0px auto;
	overflow: visible;
	color: #d5d3cc;
}

.zitat p {
	padding: 0;
	margin: 0;
}

h3 {
	color: rgba(255, 255, 255, .3);
	font-weight: bold;
	font-size: 1em;
	margin: 0 auto;
	padding: 4px auto 2px;
}

.Termine {
	width: 100%;
	display: relative;
}

.Termine div {
	display: inline-block;
}

.Termine .Datum {
	width: auto;
	font-weight: bold;
	text-align: right;
	width: 175px;
}

.Termine .Ort {
	width: 250px;
	text-align: center;
}

.Termine .Seite {}

.Termine .Line {
	padding: 0 10px;
}

.Termine .klein {
	font-size: 0.8em;
}

.Termine .Seite .link::before {
	content: "➠ ";
	text-align: left;
}

.alteTermine {
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 100%;
	opacity: 0.6;
	text-align: center;
	margin: 0;
	padding: 0;
	filter: grayscale(1);
}

.wrapper-Termine {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	margin: 0;
	padding: 0;

	overflow: auto;
	height: inherit;
}

.wrapper-Termine a {
	pointer-events: none;
}

.cds {
	display: grid;
	grid-template-columns: min-content 10px auto;
}

.cds img {
	margin: 0px auto;
	text-align: center;
}

.Termine-Verlauf {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background-image: url(./images/bgverlauf.png);
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
	z-index: 100;
	margin: 0;
	padding: 0;

	pointer-events: none;
}

.Termine-Verlauf-Bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background-image: url(./images/bgverlauf.png);
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	z-index: 100;
	margin: 0;
	padding: 0;

	transform: rotate(180deg);
	pointer-events: none;

}

/*.wrapper-Termine{
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:auto;
	text-align:center;
    opacity:0.8;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #ba254c;
    background-image: linear-gradient(to bottom,#8f8f8f 70%,#000000 100%);
    background-size: cover;
    background-position: center center;
}*/

.bottomBlock {
	width: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 8px 0;
}

.bottomText {
	position: relative;
	color: rgba(255, 255, 255, 0.2);
	font-size: 0.8em;
	display: block;
	width: 90%;
	margin: 0px auto;
	overflow: visible;
	text-align: center;
	text-transform: uppercase;
}

.readAll {
	/* display:none; */
}

.readMore {
	position: absolute;
	bottom: -1.5em;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.7);
}

.readMore:hover {
	color: #81a4a6;
}

.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.3em;
	color: #980003;
}

.icon:hover {
	color: #c20004;
}

.icon span {
	margin-left: 6px;
}

.icon img {
	width: 30px;
}

.mainvideo {
	display: grid;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.videos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 11.2%;

}

.videos .video {
	margin: 0px auto;
	/*width:560px;*/
	width: auto;
	position: relative;
	display: inline-block;
	margin: 0px 2px;
	/*display: grid;
justify-content: center;
align-items: center;*/

}

.mainvideo .video {
	width: auto;
	height: auto;
}

.video a {
	display: none;
}

.mainvideo .video object {
	width: 100%;
	/*100%*/
	/*height: 315px;*/
	height: auto;
	float: none;
	clear: both;
	margin: 2px auto;
	display: inline-block;
	margin: 0px auto;
	height: 315px;
	width: 560px;
}

.videos .video object {
	width: 100%;
	/*100%*/
	/*height: 315px;*/
	height: auto;
	float: none;
	clear: both;
	margin: 2px auto;
	display: inline-block;
	margin: 0px auto;
}

video {
	display: none;
}

#datenhinweis {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	z-index: 100;
}

#datenhinweis .text {
	font-size: 0.8em;
	float: left;
	padding: 4px 12px 4px 0px;
	color: rgba(0, 0, 0, 0.4);
	display: inline-block;
}

#datenhinweis .button {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 4px 8px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	float: right;
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.8em;
}

#datenhinweis .rahmen {
	width: max-content;
	margin: 0px auto;
	background-color: #eae6b5;
	height: 100%;
	padding: 8px 16px;
}




.Termine {}

.Termine div {}

.Termine .Datum {
	width: 100%;
	display: block;
	float: inherit;
	text-align: center;

}

.Termine .Ort {
	width: 100%;
	display: block;
}

.Termine .Seite {
	width: 100%;
	display: block;
	float: inherit;
	text-align: center;
}

.Termine .Line {
	display: none;

}




@media (min-width: 1000px) {

	/*820*/
	video {
		display: block;
	}

	#top-banner img {
		display: none;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1080px) {
	#datenhinweis {
		bottom: auto;
		top: auto;
		position: relative;
		height: fit-content;
		height: auto;
		width: 100%;
	}

	#datenhinweis .rahmen {
		width: 100%;
		height: fit-content;
		height: auto;
		padding: 8px 0px;
		margin: 0px auto;
	}

	#datenhinweis .text {
		float: none;
		text-align: center;
		margin: 0px auto;
		padding: 4px 0px;
		width: 100%;
	}

	#datenhinweis .button {
		display: block;
		float: none;
		margin: 4px auto 6px;
	}

	#top-banner img {
		width: 100%;
	}

	.cds {
		display: grid;
		grid-template-columns: auto;
		text-align: center;
	}

}

@media (max-width: 1000px) {

	/* 820 */
	html {
		font-size: 1.3em;
	}

	#top,
	#nav,
	#main,
	#top-banner,
	#top-banner video {
		width: 100%;
	}

	#nav a {
		width: 100%;
		displaY: block;
		padding: 0px auto;
		margin: 1px 0;
		padding: 0px;
	}

	.mainvideo .video object {
		width: auto;
		height: auto;
	}

	/*video, video source{
	  display:none;
	  visibility:hidden;
  }
  .video{
	  background:#000000;
	  background-image:url(./images/youtube-FeuervoegelOnStage.jpg);
	  background-position:center;
	  background-size:contain;
	  background-repeat:no-repeat;
	  width:100%;
	  max-width:560px;
	  height:315px;
	  margin-bottom:8px;
  }
  .video:hover{
  }
  .video object{
	  display:none;
	  visibility:hidden;
  }
  .video a{
	  width:100%;
	  height:100%;
	  display:block;
	  margin:0;
	  padding:0;
	  border:0;
  }
  .video a:hover{
	  background-image:url(./images/youtube-FeuervoegelOnStage_hover.jpg);
	  background-position:center;
	  background-size:contain;
	  background-repeat:no-repeat;
  }
  .videoImWalde{
	  background-image:url(./images/youtube-FeuervoegelImWalde.jpg) !important;	  
  }
  .videoImWalde a:hover{
	  background-image:url(./images/youtube-FeuervoegelImWalde_hover.jpg) !important;	  
  }
  #top-banner img{
	display:block;
	width:100%;
	height:auto;
  }
  object{
  }*/
}

#comment_form input,
#comment_form textarea {
	border-radius: 16px !important;
	padding: 8px;
	border: 0;
	padding: 0.5rem;
}

.mailfailed {
	text-align: left !important;
}

.mailfailed span {
	color: #860505;
}

.mailfailed ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	position: relative;
	text-align: left !important;
	justify-content: left !important;
	display: block;
}

.mailfailed ul li {
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.9em;
	padding: 0;
	padding-left: 16em;
	text-indent: -16em;
	text-align: left !important;
	margin: 0 !important;
	align-items: left;
	/* vertical */
	justify-content: left !important;
}

.mailfailed ul li::before {
	content: "✘ ";
	text-align: left;
}

.icons {
	position: relative;
	display: block;
	width: auto;
	text-align: center;
	margin: 0 auto 12px;
	padding: 2px 32px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 24px;
}

.fab {
	padding: 10px;
	font-size: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	margin: 0px 3px;
}

.fab:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-google {
	background: #dd4b39;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-tiktok {
	background: #000000;
	color: #ffffff;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}

.fa-pinterest {
	background: #cb2027;
	color: white;
}

.fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
	background: #00aff0;
	color: white;
}

.fa-android {
	background: #a4c639;
	color: white;
}

.fa-dribbble {
	background: #ea4c89;
	color: white;
}

.fa-vimeo {
	background: #45bbff;
	color: white;
}

.fa-tumblr {
	background: #2c4762;
	color: white;
}

.fa-vine {
	background: #00b489;
	color: white;
}

.fa-foursquare {
	background: #45bbff;
	color: white;
}

.fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.fa-flickr {
	background: #f40083;
	color: white;
}

.fa-yahoo {
	background: #430297;
	color: white;
}

.fa-soundcloud {
	background: #ff5500;
	color: white;
}

.fa-reddit {
	background: #ff5700;
	color: white;
}

.fa-rss {
	background: #ff6600;
	color: white;
}

.Termine span.klein {
	font-style: italic !important;
}



#submit {
	padding: 0.5rem 1rem;
	border: 2px solid #fbf382;
	border-radius: 5px;
	font-weight: bold;
	background: #81a4a6;
	color: #081e3a;
}

#submit:hover{
	filter:brightness(1.2);
}

#submit:focus{
	color: #81a4a6;
	background: #081e3a;
}