
* {
   padding:0;
   margin:0;
   outline:none;
   border:none;
   font-weight:normal;
   list-style:none;
   text-align:left;
}

/* ======================================================================================================================================================== */
/* Global Settings  */
/* ======================================================================================================================================================== */

html { 
}

body {
	background:url(https://www.haggard.de/images/bg2.jpg) #000 top center no-repeat;
	background-attachment:fixed;
	font:17px/20px PT Serif, serif;
	line-height: 23px;
	color:#FFFFFF;
}

a { color: #c1b086; text-decoration: none; }
a:hover { color: #c1b086; text-decoration: underline; }

table#haggard-official-merchandise {
	width: 800px;
	margin: 15px 0 30px 0;
	border-collapse:separate; 
	border-spacing: 0 15px;
}

table#haggard-official-merchandise td {
	margin-right:20px;
	font-size: 18px !important;
	height: 26px;
} 

table#haggard-official-merchandise td a {
	margin: 0 20px 10px 0;
}  

table#table_tourdates {
	width: 770px;
	border-collapse: collapse;
}

table#table_tourdates th {
	height:30px;
	text-align:left;
	font-weight: bold;
	padding: 0 0 0 5px;
}

table#table_tourdates tbody tr {
	height: 60px;
}

table#table_tourdates tbody tr:hover {
	background-color: #484848;
}

table#table_tourdates thead {
	background-color: #4c4431;
}

table#table_tourdates td {
	height: 35px;
	text-align:left;
	padding: 0 0 0 5px;
}

#td_date {
	width: 100px;
}

#td_day {
	width: 70px;
}

#td_country {
	width: 100px;
}

#td_city {
	width: 150px;
}

#td_venue {
	width: 250px;
}

#td_ticket {
	width: 100px;
}

table#table_hardtickets{
        width: 100%;
}

table#table_hardtickets td img {
    border: 2px solid #4c4431;
}

table#table_hardtickets td {
    width: 50%;
}

#cancelled {
	color: #FF0000;
}

table#streaming {
display: grid;
justify-content: center;
align-items: center;
}

table#streaming img {
margin: 0 10px 60px 10px;
}

#streamnow {
justify-content: center;
text-align:center;
margin-bottom: 20px;
}

#come-closer {
display: grid;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

#whatsapp-channel {
justify-content: center;
text-align:center;
margin-bottom: 60px;
}


#endorsers {
width: 700px;
justify-content: center;
text-align:center;
align-items: center;
}




#container {
width:720px;
height: 100%;
position:relative;
margin: 0 auto;
padding: 0;
}

#header {
height:300px;
width:600px;
margin: 0 auto;
background:url(https://www.haggard.de/images/header.png) top center no-repeat;
}


#footer-container {
   background:url(https://www.haggard.de/images/footer-bg.jpg) top center repeat-x;
   height:190px;
   width:100%;
   margin:70px 0 0 0;
   padding:5px 0 0 0;
}
#footer {
width:900px;
margin:0 auto;
}

.clear { clear:both; }

h1 a {
position:absolute;
top:26px;
left:30px;
display:block;
text-indent:-9999px;
width:283px;
height:69px;
background:url(https://www.haggard.de/images/sprite.png) 0 0 no-repeat;
}
h1 a:hover { background:url(https://www.haggard.de/images/sprite.png) 0 -69px no-repeat; }
h1 a:active { margin:1px 0 0 0; }

h2 { 
font-size: 23px;
margin: 0 0 10px 0;
}

h3 { 
font-size: 18px;
margin: 0 0 10px 0;
}

.features {
width:260px;
height:90px;
padding:45px 0 0 0;
float: left;
}


#description {
margin-top: 20px;
position:relative;
}

#merch {
position:relative;
padding-right: 100px;
}

#booking {
position:relative;
}

#dragonfest {
position:relative;
padding-right: 100px;
}

#nattvind {
position:relative;
}

#tourdates {
padding: 40px 0 0 0;
position:relative;
}

#imprint {
margin-top: 40px;
}

#imprint a {
	text-decoration:none;
}

#content {
	display: none;
	color:#999999;
}

#thankyou {
  width: 700px;
  text-align:left;
  margin-top: 70px;
}


#haggard {
   position:absolute;
   right:-100px;
   	margin: 0;
	padding: 0;
}

#haggard li { float:left; }

#haggard li a {
   display:block;
   height:32px;
   width: 32px;
   margin:0 8px 0 0;
   text-indent:-9999px;
}

#fb, #tw, #yt {
   background:url(https://www.haggard.de/images/main.png) no-repeat;
   width:32px;
   height: 32px;
}

#fb { background-position: 0px 0px; }
#fb:hover { background-position: 0px -33px; }

#tw { background-position: -40px 0px; }
#tw:hover { background-position: -40px -33px; }

#yt { background-position: -200px 0px; }
#yt:hover { background-position: -200px -33px; }



