/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*---------------BODY-------------------*/

body{
	background-color:#000000;
	background-image:url(../images/hg_index.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
	background-position:center top;
}

.brcbody{
	background-color:#000000;
	background-image:url(../images/hg_brc.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
	background-position:center top;
}

.ihbody{
	background-color:#000000;
	background-image:url(../images/hg_ih.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
	background-position:center top;
}

.worldOfBeers{
	/*background-color: #3391c8;*/
	background-color: #000000;
	background-image:url(../images/weltDerBiereBackground.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
	background-position:center top;	
}

.kamisado{
	background-color: #c83e38;
	background-image:none;
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
	background-position:center top;	
}

/*---------------HEADER-------------------*/

#headerhg{
	width:100%;
	height:84px;
	background-color:#ffffff;
	top:0;
}

#header{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:139px;
}

#logo{
	float:left;
}

#menu{
	float:right;
}

#wrap{
	margin:146px auto 84px auto;
	margin-right:auto;
	width:960px;
	min-height:500px;
	clear:both;
}


/*---------------FOOTER-------------------*/

#footerhg{
	width:100%;
	height:230px;
	background-color:#202123;
	position:relative;
	bottom:0px;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:230px;
	padding:20px 0 20px 0;
}

#fLeft{
	clear:both;
	float:left;
	width:50%;
	padding-left:20px;
}

#fRight{
	float:right;
	width:50%;
	padding-left:20px;
}

#fRightL{
	float:left;
	z-index:1;
}

#fRightR{
	float:right;
	width:250px;
	z-index:0;
}

#footer p{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:150%;
	color:#c8c8c8;
}

#footer a{
	text-decoration:none;
	color:#c8c8c8;
}

#footer a:hover{
	color:#ffffff;
}

#footerResp{
	display:none;
	width:100%;
}

/*---------------TITEL-------------------*/

h1{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	line-height:150%;
}	

#titel{
	font-family: 'Karma', serif;
	color:#ffffff;
	text-shadow: 4px 4px 0 #000000;
	font-size:80px;
	margin-bottom:20px;
	font-weight:600;
	line-height:120%;
	clear:both;
}

#titelstart{
	font-family: 'Karma', serif;
	color:#ffffff;
	text-shadow: 5px 5px 0 #000000;
	font-size:65px;
	margin-bottom:20px;
	font-weight:600;
	line-height:120%;
	clear:both;
}

#brc{
	color:#cf0003;
}

#ih{
	color:#e6a531;
}

h1 span{
	color:#96b8dc;
}

h1 a{
	color:#96b8dc;
	text-decoration:none;
}

h2{
	text-decoration:none;
	color:#96b8dc;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:120%;
	text-transform:uppercase;
}


/*---------------DIVS-------------------*/

#game_index{
	width:100%;
	height:100%;
	margin-bottom:7px;
}

#divR{
	float:right;
	width:200px;
}

#divL{
	clear:both;
	background-color:#202123;
	float:left;
	width:72%;
	margin-bottom:10px;
	padding:20px 20px 20px 20px;
}

#divL2img{
	width:70%;
	float:none;
	margin:10px auto 10px auto;
	display:none;
}

#divL2img2{
	width:210px;
	float:none;
	margin:10px auto 10px auto;
	display:none;
}

#blog{
	background-color:#454649;
	width:90%;
	margin:5% auto 5% auto;
}

#blogpadding{
	
	padding: 20px 20px 20px 20px;
}

#padding20{
	padding:20px 20px 20px 20px;
}

.balken{
	clear:both;
	width:130%;
	height:10px;
	background-color:#202123;
	z-index:4;
}

.divL2, .divL3{
	float:left;
	width:72%;
}

#divR2{
	float:right;
	width:250px;
}

#bereichL{
	width:100%;
	background-color:#202123;
	padding:20px 50px 20px 50px;
	margin-bottom:10px;
}

#bereichR, #bereichR2{
	width:100%;
	background-color:#202123;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}

.fb-like-box{
	background-color:#ffffff;
}

.twitter-timeline{
	float:none;
	margin-left:auto;
	margin-right:auto;
}

iframe[id^='twitter-widget-']{ width:690px !important;}

#respAdr{
	display:none;
}

.divL4{
	width:100%;
	clear:both;
	background-color:#202123;
	float:left;
	margin-bottom:10px;
	padding:40px 40px 40px 40px;
}

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------TEXT-------------------*/

.info{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c8c8c8;
	line-height:150%;
}

.teaser p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#c8c8c8;
	line-height:150%;
	margin:10px 10px 10px 0px;
}

#morediv{
	height: 40px;
	width: 90px;
	background-color:#96b8dc;
	cursor: pointer;
	padding-top:10px;
	border: none;
	float:right;
	text-align:center;
}

.more a{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:150%;
}

.back a{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	line-height:150%;
}
.back{
	height: 40px;
	width: 90px;
	background-color:#96b8dc;
	cursor: pointer;
	padding-top:10px;
	border: none;
	text-align:center;
}

#bereichL p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#c8c8c8;
	line-height:150%;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

#bereichL ul{
	list-style-type:square;
	margin-left:40px;
}

#bereichL li{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#c8c8c8;
	line-height:150%;
	list-style-position:outside;
}

#bereichR p, #bereichR2 p{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#c8c8c8;
	line-height:150%;
}

#bereichR p span, #bereichR2 p span{
	font-size:14px;
}

a{
	text-decoration:none;
	text-transform:uppercase;
	color:#96b8dc;
}

/*---------------IMAGES-------------------*/

#icon, #icon2,#icon3{
	width:100%;
	margin-bottom:10px;
}

#imgR2{
	width:100%;
	margin-bottom:10px;
}
	
#tbnl{
	max-height:200px;
	max-width:200px;
	float:right;
	margin-left:10px;
}

#tbnl2{
	max-height:400px;
	max-width:400px;
	float:right;
	margin-left:10px;
}


#blogc{
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

#indian-hunter-galerie-c70 img{
	text-align:center;
}

#socialimg{
	margin-bottom:10px;
}

#galimg{
	width:30%;
}

.row_0, .row_first, .row_last, .col_0, .col_first, .col_1, .col_last{
	width:32%;
}

.gal2{
	width:48%;
}


/*----------------Galerie-----------------*/

#textimg{
	margin:20px auto 20px auto;
	width:90%;
	text-align:center;
}

.ce_gallery{
	text-align:center;
}

.col_0{
	margin-right:2%;
}
.col_last{
	margin-left:2%;
	margin-right:0px;
	float:right;
}

.video{
	width:100%;
}


/*----------------FORMULAR-----------------*/

label{
	margin-right:5px;
	clear:both;
	float:left;
}

label.mandatory{
	text-align:left;
	margin-right:5px;
	clear:both;
	float:left;
}

.captcha_text{
	text-align:left;
	margin-right:5px;
	clear:both;
	float:left;
	margin-bottom:0;
}

span.mandatory{
	text-align:left;
	color:#ff0000;
	margin-right:5px;
}

#formlabel{
	clear:both;
}

#formfeld{
	clear:both;
	margin-bottom:10px;
}

textarea{
	width:95%;
	max-width:98%;
	min-height:100px;
	max-height:200px;
	margin-bottom:10px;
	clear:both;
	float:left;
}

.text{
	clear:both;
	float:left;
	margin-bottom:10px;
}

.explanation{
	clear:both;
	float:left;
	margin-bottom:10px;
}

.submit_container{
	clear:both;
	float:left;
}

.captcha{
	clear:both;
	float:left;
	margin-bottom:0;
}


/* ... Pagination - anchors ... 
------------------------------------------------------------*/

#paginator{
	background-color:#202123;
	max-width:330px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

#totalpage{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#c8c8c8;
	line-height:150%;
}

.first,.previous,.next,.last,.current,.startat,.stopat,.link{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#c8c8c8;
	line-height:150%;
	text-decoration:none;
    list-style-type:none;
}

.pagination li.first a, 
.pagination li.last a, 
.pagination li.next a, 
.pagination li.previous a{
    background-color:#96b8dc;
    display: block;
    height: 25px;
    padding: 0;
    width: 25px;
    list-style-type:none;
}


.pagination li a, .pagination li span{
    background-color: #96b8dc;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    width: 25px;
    list-style-type:none;
}

.pagination li span.current{
	background-color: #bbbbbb;
}

.pagination li{
	list-style-type:none;
}

.pagination{
	background-color:#202123;
}

/* ... Pagination - anchors ... END
--------------------------------------------------------------------------*/


/*----------------MENUE-----------------*/


nav{
	width:737px;
	height:85px;
}

nav ul{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}

nav ul:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}

nav ul,nav ul li{
	background-color:#ffffff;
}

nav ul li{
	list-style:none;
	float:left;
}

nav ul li a{
	text-decoration:none;
	display:block;
	color:#333333;
	padding-top:34px;
	padding-bottom:34px;
	text-align:center;
	width:147px;
	-webkit-transition: background 0.3s ease-out 0s;
    -moz-transition: background 0.3s ease-out 0s;
    -o-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}

nav ul li:hover > ul{
	visibility:visible;
}

nav ul li ul{
	display:inline;
	visibility:hidden;
	position:absolute;
	padding:0;
}

nav ul li ul li{
	float:none;
}

nav ul li.cat:hover a, nav ul li.cat:hover > ul li a{
	background-color:#2f2d43;
}

nav ul li.cat:hover ul li a{
	color:#ffffff;
}

nav ul li.cat ul li a:hover{
	color:#333333;
	background-color: #ffffff !important;
}

nav ul li:hover > a{
	color:#ffffff;
}


/*---------FB-----------*/

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
	width:100% !important;
	display:block;
	z-index:2000;
	position:relative
}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {
	width: 100% !important;
	display:block;
	z-index:2000;
	position:relative
}