/* TOP BAR SETTINGS */
.top-nav {
	/* Add a black background color to the top navigation */
  background-color: #444;
  position: fixed;
  overflow: hidden;
  right: 10px;
  z-index: 10;
  border-style: solid;
  border-bottom-color: rgba(0,0,0,0.25);
  border-left-color: rgba(0,0,0,0.25);
  border-top-color: rgba(0,0,0,0);
  border-right-color: rgba(0,0,0,0.1);
}
.top-nav a {
	/* Style the links inside the navigation bar */ 
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 2rem;
} 
.top-nav a:hover {
	/* Change the color of links on hover */
  background-color: #000;
  border-style: solid;
  border-color: #f2f2f2;
}

a.navbar-brand {
	position: relative;
	font-size: 3.2vmax;
	margin-left: 0.6rem;
	line-height: 1rem;
	margin-top: 0.8rem;
	height: auto;
	margin-bottom: 0.8rem;
}

.lnk{
	text-decoration: none;
	color: #fff;
	font-size: 2.8vmax;
	display: inline-block;
}

.lnk:hover{
	text-decoration: none;
	border-radius: 9px;
	color: #59F;
	background-color: rgba(0, 0, 0, 0);
}

.navbar{
	margin-top: 1.5rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	position: -webkit- sticky;
	position: sticky;
	top: 0px;
	z-index: 10;
	border-radius: 10px;
	
	background-color: #000;
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: auto;
	overflow: auto;
}

.dropdown-menu{
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}

.navbar-toggler{
	opacity: 1;
	width: 25%;
	height: 30%;
	font-size: 1.5rem;
}

.navbar-toggler-icon{
	font-size: 50%;
}

.navbar-header{
	width: 100%;
	height: 200%;
}



#bandtag {
	background-color: #f2f2f2;
	color: #444;
	border-style: solid;
	border-color: rgba(0,0,0,1.0);
}
/* END TOP BAR */

/* ICON SETTINGS */
.icon {
	position: relative;
	margin: 3% 2%;
	padding-top: 2%;
	width: auto;
	display: inline-block;
}
.icon a{
	text-decoration: none;
}
.icon img{
	width: 20%;
	float: left;
	
}

.icon p{
	width: 100%;
	display: block;
	font-size: 150%;
	color: #fff;
}

.profile-icon {
	margin-left: 39%;
}

#logo {
	position: fixed;
	width: 10%;
	float: right;
	margin-left: 85%;
	margin-right: 2.5%;
	z-index: 11;
}

.logo_div {
	position: relative;
}
/* END ICON */

/* TEXT SETTINGS */

.texting {
	background: rgba(0,0,0,0.5);
	color: white;
	position: relative;
	margin-top: 5%;
	margin-left: 2.5%;
	overflow: hidden;
	padding: 1.5%;
	margin-right: 2.5%; 
	line-height: 110%;
	font-size: 2vmax;
	margin-bottom: 5%;
}

.textingAcht {
	background: rgba(255,255,255,0.5);
	color: red;
	position: relative;
	margin-top: 5%;
	margin-left: 2.5%;
	overflow: hidden;
	padding: 1.5%;
	margin-right: 2.5%; 
	line-height: 110%;
	font-size: 2vmax;
	margin-bottom: 5%;
}

.textingBsp{
	background: rgba(0,0,100,0.5);
	color: white;
	position: relative;
	margin-top: 5%;
	margin-left: 2.5%;
	overflow: hidden;
	padding: 1.5%;
	margin-right: 2.5%; 
	line-height: 110%;
	font-size: 2vmax;
	margin-bottom: 5%;
	border-radius: 20px;
}

.textingUeb{
	background: rgba(0,80,0,0.5);
	color: white;
	position: relative;
	margin-top: 5%;
	margin-left: 2.5%;
	overflow: hidden;
	padding: 1.5%;
	margin-right: 2.5%; 
	line-height: 110%;
	font-size: 2vmax;
	margin-bottom: 5%;
	border-radius: 20px;
}

.textingDef{
	background: rgba(100,0,0,0.5);
	color: white;
	position: relative;
	margin-top: 5%;
	margin-left: 2.5%;
	overflow: hidden;
	padding: 1.5%;
	margin-right: 2.5%; 
	line-height: 110%;
	font-size: 2vmax;
	margin-bottom: 5%;
	border-radius: 20px;
}

.texting_h1{
	font-size: 5.5vmax;
}

.texting_h2{
	font-size: 4vmax;
}

.texting_h3{
	font-size: 3vmax;
}

.linklist{
	line-height:110%;
	list-style-type: none;
}

.quellcode{
	font-family: courier;
	word-wrap: break-word;
}

.tabelle{
	background: rgba(50,0,50,0.5);
	color: white;
	position: relative;
	margin-top: 5%;
	margin-left: 2.5%;
	overflow: hidden;
	margin-right: 2.5%; 
	line-height: 150%;
	font-size: 150%;
	margin-bottom: 5%;
}


.JaLnk{
	color: #060;
	margin-left: 5%;
	padding: 0.5%;
	line-height: 150%;
	border-color: #060;
	border-style: solid;
	border-radius: 9px;
	
}

.JaLnk:hover{
	color: #9F9;
	background-color: #060;
}

.NeinLnk{
	color: #600;
	margin-left: 5%;
	padding: 0.5%;
	line-height: 150%;
	border-color: #600;
	border-style: solid;
	border-radius: 9px;
	
}

.NeinLnk:hover{
	color: #F99;
	background-color: #600;
}

.CheckLnk{
	color: #49F;
	background-color: rgba(0,0,0,0.3);
	margin-left: 5%;
	padding: 0.5%;
	line-height: 150%;
	border-color: #49F;
	border-style: solid;
	border-radius: 9px;
	
}

.CheckLnk:hover{
	color: #FFF;
	background-color: #49F;
}

#BBBlink{
	color: #000;
	margin-left: 5%;
	padding: 0.5%;
	line-height: 150%;
	
}

#BBBlink:hover{
	color: #49F;
	background-color: #004;
}

#inCaseLink{
	color: #FFF;
	margin-left: 5%;
	padding: 0.5%;
	line-height: 150%;
}

#inCaseLink:hover{
	color: #49F;
	background-color: #004;
}

#inCaseinlineLink{
	color: #FFF;
	line-height: 150%;
}

#inCaseinlineLink:hover{
	color: #49F;
	background-color: #004;
}
	
/* END TEXT */

/* SPANS */

span.lila_outline{
	text-shadow: 1px  1px 1px #80F,
	                 1px -1px 1px #80F,
	                -1px  1px 1px #80F,
	                -1px -1px 1px #80F;
}

span.gruen_outline{
	text-shadow: 1px  1px 1px #0b2,
	                 1px -1px 1px #0b2,
	                -1px  1px 1px #0b2,
	                -1px -1px 1px #0b2;
}

span.rot_outline{
	text-shadow: 1px  1px 1px #800,
	                 1px -1px 1px #800,
	                -1px  1px 1px #800,
	                -1px -1px 1px #800;
}

span.blau_outline{
	text-shadow: 1px  1px 1px #008,
	                 1px -1px 1px #008,
	                -1px  1px 1px #008,
	                -1px -1px 1px #008;
}

span.oline{
	text-decoration: overline;
}


/* END SPANS */

/* INPUTS */

.klickBtns{
	background-color: rgba(0,0,0,0);
	color: #FFF;
	margin-left: 5%;
	padding: 0.5%;
	line-height: 150%;
	border-style: solid;
	border-color: #004;
	border-radius: 10px;
}

.klickBtns:hover{
	color: #49F;
	background-color: #004;
}

.mein-element {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}


.visible {
  opacity: 1;
}

/* END INPUTS */
