/* 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: 200%;
	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: 2rem;
}

.lnk:hover{
	text-decoration: none;
	border-radius: 9px;
	color: #a50;
	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%;
}

#naviknopf{
	background-color: rgba(200,100,100,0.1);
	border-radius: 10px;
}

#naviknopf:hover{
	background-color: rgba(200,50,0,0.5);
}


#bandtag {
	background-color: #f2f2f2;
	color: #444;
	border-style: solid;
	border-color: rgba(0,0,0,1.0);
}
/* END TOP BAR */

#hauptlogo{
	/*position: fixed;*/
	width: 50%;
	/*float: right;
	margin-left: 85%;
	margin-right: 2.5%;
	z-index: 11;*/
}

/* PROFILE SETTINGS */
.profile-content-box{
	position: relative;
	margin: 5%;
	top: 10%;
	color: #fff;
	padding: 5%;
	background-color: rgba(0,0,0,0.75);
	font-size: 150%;
}

.profile-content-box img{
	padding: 2.5%;
	float: left;
	display: inline;
	height: 10%;
	width: 40%;
}
/* END PROFILE */

/* 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%;
}
/* END ICON */

/* TEXT SETTINGS */

.texting {
	background: rgba(0,0,0,0.5);
	color: white;
	position: relative;
	margin-top: 20%;
	margin-left: 2.5%;
	overflow: hidden;
	padding: 1.5%;
	margin-right: 2.5%; 
	line-height: 110%;
	font-size: 150%;
	margin-bottom: 5%;
}

.texting_h1{
	font-size: 4rem;
}
/* END TEXT */