
/* -------------------------- Background Stuff -------------------------- */
body {
	margin: 0px;
	padding: 0px;

	background:url(../images/background_web.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

	/*background-color: #424242  ;*/
}


/* -------------------------- Google Fonts -------------------------- */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src:url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/* -------------------------- Brand Logo -------------------------- */
#brand-logo-desktop {
	padding-top: 0.2em;
}

#brand-logo-mobile {
	padding-top: 1%;
}


/* -------------------------- Navigation Bar -------------------------- */
#hovering a {
	color: #bdbdbd;
	font-size: 1.2em;
}

#hovering a:hover {
	background-color: #9e9e9e;		/* Evtl. ne andere Farbe?! */
	color: white;
	font-size: 1.2em;
}


/* -------------------------- Navigation Bar Mobile -------------------------- */
#slide-out a{
	color: white;
}

#slide-out li:hover {
	background-color: #9e9e9e;
}

#mobile_menu_icon {
	padding-right: 5%;
}


/* -------------------------- Pagination / Tabs -------------------------- */
.pagination {
  display: inline-block;

}

.pagination li {
    display: inline;
    width: auto;
    height: 35px;
    padding: 5px 15px;
	color: black;
}

.pagination li a{
	color: white;
}

.pagination li a:hover{
	color: white;
	text-decoration: underline;
}

.breadcrumb img {
	margin-right: 5px;
	margin-left: 5px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
}


/* -------------------------- Cards -------------------------- */
.card-footer {
  border-top: solid 1px #B6B6B6;
  padding: 5px;
}

.card-footer ul {
  padding: 0;
  width: 90%;
  margin: auto;
  text-align: center;
}

.card-footer ul li{
  display: inline-block;
  list-style: none;
  margin: 5px;
}

.card-footer ul li i {
  font-size: 2em;
  color: #3F51B5;
}



/* -------------------------- Table - GigDates -------------------------- */
#table-links td a {
	text-decoration: underline;
}

#table-links td a:hover{
	text-decoration: none;
}

#past-show td a {
	text-decoration: underline;
}

#past-show td {
	text-decoration: line-through;
}

#past-show td a:hover{
	text-decoration: line-through;
}


/* -------------------------- Content -------------------------- */

#style-container-mobile {
	background-color: #212121;
}

#style-container-desktop {
	background-color: #212121;
	width: 60% 				/* TODO: So passt es, ist nur für mobile nicht genau angepasst!!! */
}

#content {
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
}

#content a{
	color: white;
	text-decoration: underline;
}

#content a:hover{
	color: white;
	text-decoration: none;
}

#loadinfo-link {
	color: blue;
	text-decoration: underline;
}

#loadinfo-link:hover{
	color: blue;
	text-decoration: none;
}

#loadinfo-link-mobile {
	color: blue;
	text-decoration: underline;
}

#loadinfo-link-mobile:hover{
	color: blue;
	text-decoration: none;
}

.load-info-pic{
	background-image:url(../images/warrior_preload.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* .load-info-pic{
	background-image:url(../images/fullforce_preload.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */

.load-info-text{
	margin: auto;
	width: 85%;
	display: none;
	background-color: white;
	padding: 15px;
	border-radius: 5px;
}

.load-info-text-mobile{
	margin: auto;
	font-size: 10px;
	width: 85%;
	display: none;
	background-color: white;
	padding: 10px;
	border-radius: 5px;
}

.flow-text {
	font-size: 1.3em;
	color: black;
}


hr{
	width: 90%;
}

#youtube {
	width: 66%;
}

/* -------------------------- Zoom -------------------------- */
.zoom {
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    transform: scale(1.15); /* (115% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom2 {
    transition: transform .2s; /* Animation */
}

.zoom2:hover {
    transform: scale(1.10); /* (115% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* -------------------------- Blockquote -------------------------- */
blockquote{
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #212121 ; /* Just change the color value and that's it*/
}

/* -------------------------- Footer -------------------------- */
#foot {
	color: #9e9e9e ;
}

#foot a {
	color: white;
}

#foot a:hover {
	color: white;
	text-decoration: underline;
}

#copy {
	color: #757575 ;
}
