﻿body {
  padding-top:120px;
  background-color:transparent;
}

 .hgo-background {
    background: url('/images/hgobackground.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
	

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.container .text-muted {
  margin: 20px 0;
}

.footer {
	background-color:#000000;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
    font-size: x-small;
}

code {
  font-size: 80%;
}

.navbar {
	min-height:120px !important
}

.panel {
	border-color: #ffff00;
	background-color: #222222;
	color: #aaaaaa;
	text-align:left;
}

.panel-default > .panel-heading {
	background-color: rgba(255, 255, 0, 0.7);
	border-color: #ffff00;
	font-weight: bolder;
	font-size:larger;
}

.panel-default > .panel-heading > a {
	color: #c60202;
}

.panel-footer {
	background-color: #222222;
}

.page-header {
	color:white;
}

.hgo-popup {
	border-color: #00a1ff;
}

.hgo-popup > .panel-heading {
	background-color: rgba(0, 161, 255, 0.7);
	border-color: #00a1ff;
	color:#ffffff;
}

.hgo-popup img {
	max-width: 100%;
	max-height: 300px;
}


.panel-danger {
	border-color: #ff0000;
}

.panel-danger > .panel-heading {
	background-color: rgba(255, 00, 0, 0.7);
	border-color: #ff0000;
	color: #ffffff;
	font-weight:bold;
}

.has-error .control-label {
	color:#ff0000;
}

.carousel {
	margin-bottom: 0px;
	margin-top: 0px;
}

.carousel .item {
	background-color: transparent;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.starter-template {
	padding-bottom:0px;
}


a:link {
	color: #ffff00;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
}

a:visited {
	color:#ffb400;
}


.hgo-sponsoren-carousel, .hgo-sponsoren-carousel .item {
	height:100px;
}

.hgo-sponsoren-carousel .carousel-inner > .item {
	transition: none 0.5s ease-in-out 0s;
}

.hgo-carousel-caption
{
	padding:0;
}

 .iframe-content {
	 background-color: #ffffff;
 }



.hgo-header {
	background-color:#000000;
	font-weight: bold;
	color: #ffff00;
	font-style: italic;
	text-align:center;
	padding-bottom:10px;
	box-shadow: 0px 0px 24px rgba(255, 255, 00, 1);
}

.hgo-header-container {
	display:inline-flex;
}

.hgo-header-logo {
	float: left;
	width: 90px;
}

.hgo-header-text {
	font-size: 55px;
	text-shadow: 0px 0px 5px rgba(255, 255, 00, 1);
	margin-bottom:-13px;
	margin-top: -10px;
}

.hgo-header-subtext {
    font-size: 18px;
}

 .hgo-news-date {
	 color:#ffffff;
	 font-weight:bold;
	 border-bottom: 1px solid #eeeeee;
 }

 .hgo-news-text {

 }


 .hgo-termin {
	 margin-bottom: 20px;
}

.hgo-termin-date {
	color:#ffffff;
	font-weight:bold;
	border-bottom: 1px solid #eeeeee;
}

.hgo-termin-title {
	font-weight:bold;
}

.hgo-termin-description {

}

.hgo-media {
	margin-bottom: 20px;
}

.hgo-media-title {

}

.hgo-media-date {
	color:#ffffff;
	font-size:smaller;
}

.hgo-media-link {
	border-bottom: 1px solid #eeeeee;
}

.hgo-media-description {

}

.hgo-adresse {
	margin-bottom: 20px;
}

.hgo-adresse-name {
	color: #ffffff;
}

.hgo-adresse .hgo-spieler {
	float: left;
	max-width: 150px;
	margin-right: 20px;
}

.hgo-adresse .hgo-spieler img {
	width: 100%;
	max-width: 150px;
}

.hgo-sponsor {
	margin-bottom: 20px;
}


.hgo-team {
	margin-bottom: 50px;
}

.hgo-team a {
	margin-bottom: 10px;
}

.hgo-team img {
	width: 50%;
	max-width:400px;
}

.hgo-team-description {
	margin-top: 5px;
	border-top: 1px solid #ffffff;
}


.hgo-spieler {
	margin-bottom: 30px;
}

.hgo-spieler a {
	margin-bottom: 10px;
}

.hgo-spieler img {
	width: 25%;
	max-width:150px;
}

.hgo-spieler-description {
	margin-top: 5px;
	border-top: 1px solid #ffffff;
}

.hgo-copyright {
	font-size:x-small;
}

.hgo-notes {
    border-top: 1px solid #333333;
    text-align: right;
    font-size: x-small;
}

