/* FONTS *
-----------------------------------------------*/

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}

@font-face {
	font-family: 'Sacramento';
	font-style: normal;
	font-weight: 400;
	src: local('Sacramento'), local('Sacramento-Regular'), url(https://fonts.gstatic.com/s/sacramento/v5/buEzpo6gcdjy0EiZMBUG4C0f-A.ttf) format('truetype');
}

@font-face {
	font-family: 'Alcubierre';
	src: url('../fonts/alcubierre-webfont.woff2') format('woff2'),
	url('../fonts/alcubierre-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


    @keyframes colorchange
    {
      0%   {background: #c5c5c5;}
      animation-timing-function:steps(6, start);
      35%  {background: #797979;}
      40%  {background: rgba(82, 82, 82, 0.83);}
      66%  {background: #797979;}
      100% {background: #c5c5c5;}
    }


* {
	font-family: Montserrat, Optima, Courier New, Courier, mono;
}

:root {
	--color-grey: rgba(181, 181, 181, 0.425);
	--color-green: rgba(176, 182, 99, 0.425);
	--color-pink:#AA1166;
	--color-init: rgb(72, 72, 72));
	--color-done: rgb(247, 247, 151);
	--color-pink2:#b34180;
	--color-background2:rgb(203, 115, 115);
	--color-linked-box: rgb(90, 90, 90);
	--color-echtzeitmusik: rgb(107, 140, 140);

}

/* <style> */


.button_past {
  background-color: rgba(208, 210, 210, 0);
  border: none;
  color: rgb(18, 146, 166);
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
} 
.button_past2 {
  background-color: #aaaaaa;
  border: none;
  color: rgb(18, 146, 166);
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: 0 12px 26px 0 rgba(0,0,0,0.24), 0 17px 42px 0 rgba(0,0,0,0.19);
} 


.button_past:hover {
	cursor: default;
	color: #50e951  !important;
	scale: 1.5;
	background-color: rgb(175, 175, 175);
	box-shadow: 0 10px 16px 0 rgba(73, 73, 73, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	text-decoration: none;
}
.button_past2:hover {
	cursor: default;
	color: #eaeaea;
	background-color: grey;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	text-decoration: none;
}



.threeElementsWrapper {
	width: 100%;
	display: flex;
    flex-direction: row;
    border: 1px solid black;
    position:relative;
    font-family: monospace;
    padding-top: 2px;
}

.firstOfThree {
		width: 90%;
		padding-left: 5px;
		background-color: white;
		font-family: monospace;
		padding-top: 28px;
}

.secondOfThree {
		width: 7%;
		padding-top: 28px;
		font-family: monospace;
		padding-left: 5px;
		background-color: whitesmoke
}

.thirdOfThree {
		width: 10%;
		font-family: monospace;
		padding-top: 28px;
		background-color: #e6e6e6
}
.fourthOfThree {
		width: 20%;
		font-family: monospace;
		padding-top: 28px;
		background-color: #377591
}
.fiftyPerC {
		width: 49%;
		font-family: monospace;
		font-size: medium;
		padding-top: 28px;
		background-color: #377591;
		float: left
}


div.static {
  position: static;
  border: 3px solid #73AD21;
}
.dropdown-menu {
	margin-top: 9px !important;
	background-color: var(--navbar-background-color) !important;
	background-color: #ccc !important;
/* 		color: #ffffff !important; */

	/*     color:#226e9d */
}

.dropdown:hover {
	cursor: pointer;
}

.dropdown-menu .dropdown-item {
	color: #ffffff !important;
	/*     color:var(--navlinks-color) */
}

h1 {
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2 {
	font-size: 10px;

}

h6 {
	font-size: 16px;
	background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Montserrat, Optima, Alcubierre, Tahoma, Geneva, sans-serif, cursive, Optima, "Courier New", Courier, mono;
	font-size: 16px;
	color: #585858;
	min-height: 100% !important;
}


#container {
	max-width:  1200px;
	background-image: #111;

/* 	background-image: linear-gradient(72deg, #649bb0 0%, rgba(48, 58, 81, 0.96) 73.18%); */
	/* #649bb0 90% */
	/* (72deg, #649bb0 0%, rgba(48,58,81,0.96) 73.18%) */

}

#container a {
	color: #000;

}


/*navigation css*/
.navbar {
/* 	max-width:  600px; */

}

.nav-item a {
	color: white !important;
	font-size: inherit;

}

.hamburger {
	display: inline-block !important;
	border: none !important;
}

button:focus {
	outline: 0 !important;
}


#footer {
	overflow: hidden
}

#footer .footer_disclaimer {
	background-color: rgba(141, 141, 141, 0.99);
	margin: 0;
}

#header * {
	font-family: Alcubierre;
}

#header {
	height: 105px;
	background-color: rgba(208, 0, 0, 0.01);
	display: flex;
	align-items: center;
	position: relative;
}

#header_title {
	margin-top: 0.0rem;
	margin-bottom: 1.0rem;
	font-size: 1.6rem;
	padding: 1rem;
	text-transform: uppercase;
	letter-spacing: 2.5px;
		font-weight: 450;

}

#header_subtitle {
/* 	padding: 1rem; */
	align-self: flex-end;
	margin: 0 auto;
	position: absolute;
	font-size: 1.2rem;
	letter-spacing: 1.9px;
		font-weight: 800;

}


.title {
	font-size: 22px;
	text-decoration: underline;
	font-weight: normal;
}

.content_text {
			width: 71%; 

	margin-left: 150px;
	color: #3e3e3e;
}




@media (max-width: 950px ) {

.fiftyPerC {
		width: 95%;
		font-size: small;
		font-family: monospace;
		padding-top: 28px;
		background-color: #377591
}

.p{
			font-family: monospace;
			margin-left: 50px;
		font-size: small;
	
	
}

	.navbar-nav {
	transform: translateX(0);
background-color: rgba(145,  145,  145, 0.80);
}
	.nav-link {
		display: flex; padding: 0;}


	.content_text {
		width: 91%; 
	margin-left: 5%;
	color: #3e3e3e;
	}
	.navbar {
		width: 33%;
		height: auto;
		transition: background-color;
	}

	.nav-item:hover a {
		color: black !important;
	}

	#header_subtitle {
		right: 0;
	padding: 0.5rem;

	}

	.filterbuttonscontainer {
		width: 100%;
		margin: 5px auto 5px;
		background-color: #474747;
	}

	.filterbutton {
		background-color: #eee;
		border: none;
		color: white;
		padding: 6px 8px;
		text-align: center;
		text-decoration: none;
		/*   display: inline-block; */
		display: inline-block;
/* 		font-size: 1.0rem !important; */
		font-size: 8px;
		margin: 4px 2px;
		cursor: pointer;
		border: 0.8px solid #0e648c;
	}

	img {
		height: auto;
		width: 100%;
	}

	#footer .footer_disclaimer {
		text-align: center;
		width: 100%;
		float: right;
		background-color: rgba(188, 188, 188, 0.95);
		margin: 0;
	}

	#main {
		padding: 10px;
	}

	#container {
		width: 98%;
		margin: 60px auto 10px;
		background-color: #c5c5c5;
/* 		background-color: #b1b1b1; */


	}

	.trans-navbar {
		background-color: transparent !important;
	}
}

@media (min-width: 951px ) {

	#home-link {
		display: none;
	}

	.navbar {
		padding: 0 !important;
		height: 50px;
		transition: background-color, 200ms;
		background-color: rgba(145, 145, 145, 0.68);
		width: 80%;
		margin: 0px auto;
	}

	#navbarNav {
	height: 100%;!important;
	}

	.navbar-nav {
		height: 100%;!important;
		width: 100%;
		margin: 0 auto;
		transition: background-color, transform 900ms;
	}

	.move-navbar {
		background-color: transparent;
		transform: translateY(-200px);
	}

	.trans-navbar {
		background-color: transparent !important;
	}

	.nav-item {
		margin: 0 5px;
		transition: background-color, border, ease-in 200ms;
	}

	.nav-item a {
		position: relative;
		top: 14px;
		/*         font-size: 12px; */

	}

	.nav-item:hover {
		background-color: #c8c8c8;
		/*         border-bottom: 5px solid #0f6674; */
	}

	.nav-item:hover a {
		color: black !important;
	}

	#header_title {

	}
	#header_subtitle {
		left: 50%;
		transform: translateX(-50%);
	}


	.filterbuttonscontainer {
		width: 95%;
		margin: 20px auto 10px;
		background-color: rgba(177, 177, 177, 0);
	}

	.filterbutton {
		background-color: #eee;
		border: none;
		color: white;
		padding: 6px 17px 6px 15px;
		text-align: center;
		text-decoration: none;
		/*   display: inline-block; */
		display: inline-block;
		font-size: 14px;
/* 				font-size: 1.0rem !important; */

		margin: 4px 2px;
		cursor: pointer;
		border: 0.8px solid #0e648c;
	}

	.filterbuttonsmall {
		font-size: 12px;
		background-color: #eee;
		border: none;
		color: white;
		padding: 0px 8px 0px 9px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
		border: 0.8px solid #0e648c;
	}

	img {
		height: auto;
		width: 60%;
	}

	#footer .footer_disclaimer {
		text-align: right;
		width: 100%;
		float: right;
/* 		background-color: rgba(132, 132, 132, 0); */
		margin: 0;
	}

	#main {
		padding: 20px 60px;
	}

	#container {
		width: 100%;
		margin: 35px auto 10px;
		background-color: #c5c5c5;


	}

	p {
		padding: 0 20px;
	}
}

