/* Minkenberg EA Blog und Presse 2015 
*/

/* Typo */

@font-face {
    font-family: 'LocatorBlackWeb';
    src: url('../fonts/locator-black-webfont.eot');
    src: url('../fonts/locator-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LocatorWeb';
    src: url('../fonts/locator-regular-webfont.eot');
    src: url('../fonts/locator-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: "LocatorWeb";
	src:url(../fonts/Locator-Regular.otf) format("opentype");
}
@font-face {
	font-family: "LocatorBlackWeb";
	src:url(../fonts/Locator-Black.otf) format("opentype");
}
body {
	background: #E8E8E8 url(http://web-static.ea.com/atlas/ui/1429302377/skin/basiq/img/bg-v.png?_sw=1429302377) repeat-y center top;
}
body, html, h1, h6 {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #49494A;
}

.h1, .h2, .h3, .h4, .h5, .h5, h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1{
	text-decoration: none;
	font-size: 2.5em;
	font-family: "LocatorWeb";
}

h2 {
	font-size: 2.1em;	
	color: #49494A;
	font-family: "LocatorWeb";
}

h3{
	font-size: 1.7em;
	font-family: "LocatorWeb";
}

h4{
	font-size: 1.7em;
	font-family: "LocatorWeb";
}

h5 {
	font-size: 1.7em;
	font-family: "LocatorWeb";
}
h6 {
	font-size: 1.7em;
	font-family: "LocatorWeb";
}
a {
	color: #2599CF;
	text-decoration: none;
}

h2 a{
	color:#000;
}

ol, ul{
	line-height: 2em;
}

p{line-height: 2em;}

.sidebar h2 {
  text-transform: uppercase;
}

h2>a:hover {
	color:#000;
	text-decoration: none;
	color: #969696;	
}

hr {
  margin-top: 50px;
  margin-bottom: 30px;
 }

 body .hk-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 836px;
  overflow: hidden;
  background: url(http://web-static.ea.com/atlas/ui/1429302377/skin/basiq/img/bg.png?_sw=1429302377) repeat-x 0 0;
}

.spanlogo{
  position: absolute;
  left: 80px;
  top: 17px;
  font-size: 0.7em;
  font-family: 'LocatorBlackWeb';
  display: block;
  width: 130px;
}

/* END Typo */


/* Navigation */

.logo{
  background: url(../img/logo.png) no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -10px;
  z-index: 200;
}

.navbar{
	position: relative;
	border-radius: 0px;
}
.navbar-header{
	position: relative;
}
.navbar-nav{
	margin-left: 55px;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  border-left: 0px;
}

.navbar-nav>li>a{
	line-height: 37px;
	font-size: 14px;
	text-transform: uppercase;
    font-family: 'LocatorWeb'; 
	font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color: #969696;
}

.navbar-nav ul.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -13px;
  left: 31px;
  z-index: 101;
  width: 21px;
  height: 14px;
  overflow: hidden;
  background: url(../img/menu-arrow.png) no-repeat 0 0;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	color: #969696;
  	background-color: transparent;
}

.navbar-nav span{
	line-height: 70px;
}

.navbar-toggle{
	background-color: #333;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border: 0px solid;
}

.navbar-inverse .navbar-nav>li>a:focus{
	color:#000;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background-color: transparent;
	color: #000;
}
@media (min-width: 992px) {
	ul.nav li.dropdown:hover ul.dropdown-menu{
		display: block;
		margin-top:0px

	}
}

.dropdown-menu>li>a{
	color: #2599CF;
	line-height: 2.4;
	font-family: 'LocatorBlackWeb'; 
}

.dropdown-menu{
	top: 90%;
	border-radius: 0px;
}

/* Navigation END */


/* Margin */

.content-wrapper:first-child .img-responsive.img-wrapper.img-border:before {
  content: '';
  position: absolute;
  right: -5px;
  width: 5px;
  top: 0px;
  background: #DADADA;
  height: 40px;
}

.mt0{margin-top: 0;}
.mb30{margin-bottom: 30px;}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 60px;}

@media (max-width: 991px){
	.mb10{margin-bottom: 10px;}
}

/* Margin END */

/* Breadcrumb */

.breadcrumb-bg, .breadcrumb, .breadcrumb a{
	background-color: #dadada;
	margin-bottom: 0px;
	font-size: 14px;
	color: #979696;
}

.breadcrumb>.active{
	color: #474746;
}

/* END Breadcrumb */

/* Content */

.heading{
	font-family: 'LocatorBlackWeb'; 
	font-size: 50px;
	text-transform: uppercase;
}

.content-wrapper{
	background-color: #fff;
  	margin-bottom: 20px;
  	background-color: #FFF;
  	box-shadow: 0 2px 5px rgba(0,0,0,.25);
  	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  	z-index: 30;
  	position: relative;
}

.img-wrapper {
  overflow: hidden;
  max-height: 300px;
}

.content-wrapper:first-child .img-border{
  border-top: 5px solid #DADADA;
}

.content{
	padding: 30px;
	position: relative;
}

footer .content:before{
	background: none;
}

.date{
	text-transform: uppercase;
	color: #000;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1em;
}

.details{
  display: block;
  margin-bottom: 15px;
  color: #919191
}

.year{
	font-family: 'LocatorBlackWeb'; 
	font-size:21px;
	line-height: 1em;
}

.comment{
	font-family: 'LocatorBlackWeb'; 
	float: right;
}

.divider:before{
	content: '';
	background-color: #dddadc;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -3.5%;
}

.readmore{
	background-color: #e8e7e7;
	text-transform: uppercase;
	font-family: 'LocatorBlackWeb'; 
	padding: 15px 27px;
	text-align: right;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}

.readmore a{
	color: #979696;
	padding: 20px auto;
}

.readmore:after{
	content: '';
	background-image: url(../img/arrow_right.png);
	width: 4px;
	height: 6px;
	position: absolute;
	top: 21px;
  	right: 19px;
}

.content:before {
  content: '';
  background-image: url(../img/arrow_content.png);
  position: absolute;
  width: 21px;
  height: 11px;
  top: -11px;
  left: 40px;
}

.download {
		font-size:12px;
		text-transform: uppercase;
        display: inline-block;
        padding: 15px 20px;
        color: #FFF;
        background-color: #262324;
        line-height: 10px;
        position: relative;
}

/* Content END */

/* Tags */

.tags{
	line-height: 25px;
	font-family: 'LocatorBlackWeb'; 
	font-size: 14px;
}

.tags ul{padding-left: 0;}

.tags ul li{
	list-style: none;
	display: inline-block;
}

.tags h3{
	float: left;
	line-height: 25px;
	margin-right: 10px;
}

/* Tags END */

/* Sidebar */

.presse{
	margin: 20px;
	margin-top: 30px;
	position: relative;
}

.sidebar{
	background-color: #dadada;
	margin-left: -15px;
	padding-right: 15px;
	z-index: 1;
	line-height: 17px;
	position: relative;
}

@media (max-width: 991px) {
	.sidebar{
		margin-left: 15px;
		margin-right: 15px;
	}
	.title{
		margin-top: 20px;
	}
	.divider:before{
		display: none;
	}
	.navbar-nav>li>a{
		font-size: 12px;
	}
	.footerlogo {
		right: 50px;
}
	h1, .h1{
		font-size: 6.5vw;
	}
	h2, .h2{
		font-size: 5.5vw;
	}
} 

.sidebar hr{
	height: 7px;
	background-color: #C9C9C9;
	border-top: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
}

.divide{
	height: 1px !important;
	border-top: 0px solid !important;
	border-right: 0px solid !important;
	background-color: #C9C9C9 !important;
	margin-top: 40px;
	width: 100%; 
}

.title{
	line-height: 16px;
	font-size: 18px;
	font-family: 'LocatorBlackWeb';
	display: inline-block;
	text-transform: uppercase;
}

/* Sidebar END */

/* Selector */

.styled-select {
  width: 100%;
  position: relative;
  height: 34px;
}

.styled-select select {
  background: #fff;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0px solid;
  border-radius: 0px;
  height: 30px;
  -webkit-appearance: none;
  color: #000;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
}

.styled-select:after{
	content: '';
	background-image: url(../img/arrow_down.png);
	width: 6px;
	height: 4px;
	position: absolute;
	top: 14px;
  	right: 20px;
}

/* Selector END */

/* Search */

.navbar .sb-search {
	position: relative;
	margin-top: 20px;
	width: 0%;
	min-width: 260px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
}


.navbar .sb-icon-search {
	color: #666;
	background: transparent;
	z-index: 90;
	font-size: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.navbar .sb-icon-search, .sb-search-submit {
	width: 40px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.navbar .sb-search-input {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 0px 10px 0px 10px;
	font-family: inherit;
	font-size: 14px;
	color: #2c3e50;
}

.navbar .sb-search-input:focus {
  border: none;
}

.navbar .sb-search.sb-search-open,
.navbar .no-js .sb-search {
  width: 360px;
}

/* Search END */

/*Slider Devicer*/
.home .content-wrapper:first-child {
        border-top: 3px solid #DADADA;
        position: relative;
}

.home .content-wrapper:first-child:after{
	content: '';
    background-color: #DADADA;
    width: 3px;
    height: 40px;
    top: -3px;
    right: -3px;
    position: absolute;
} 

/* Footer */

.footermenu{
  	position: relative;
}

.footermenu .title {
	font-size:14px;
}

.footermenu ul{
	list-style: none;
	margin-top: 10px;
	font-size: 13px;
	padding-left: 0px;
}

.footermenu li{
	line-height: 30px;
}

.footermenu a{
	color: #858585;
}

.footerlogo{
	position: absolute;
	right: 0px;
 	top: -28px;
}

.footerbg{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 9999px;
  border: 1px solid #C0C0C0;
  border-top: 1px solid #E3E3E3;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
  z-index: -1;
}


.language{
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
  padding:10px;
  position: relative;
  margin-top: 67px;
}

.flag {
  background-image: url(../img/de.png);
  text-indent: -9999px;
  width: 16px;
  height: 11px;
  display: block;
  position: absolute;
  top: 39px;
  left: 33px;
}

.opener{
  display: block;
  height: 8px;
  margin-left: 76px;
  border-left: 1px solid #ECECEC;
  padding: 27px 0px 30px 60px;
  background: url(http://web-static.ea.com/atlas/ui/1429302377/skin/basiq/img/country-selector-sprite.png?_sw=1429302377) no-repeat right top;
  color: #2599CF;
}

@media (max-width: 991px) {
	.footerlogo {
		right: 50px;
}
	.presse {
  		margin: 20px;
  		margin-top: 30px;
  		position: relative;
  		padding-top: 20px;
} 
}

.entry-content .simplesocialbuttons {
  margin: 9px auto 0px 0;
  background-color: #dadada;
  padding: 15px;
  float: left;
  margin-right: 15px;
}

.simplesocialbutton{
	margin-bottom: 25px;
}

.simplesocialbutton:last-child{
	margin-bottom: 0px;
}

.entry-footer a{
	margin-left:  10px
	margin-right: 20px;
}

footer>.footer-legal {
  display: block;
  clear: left;
  width: 966px;
  min-height: 50px;
  margin: 0 auto;
  padding: 18px 0;
}

footer .footer-legal ul{
	list-style: none;
}

footer .footer-legal ul li a, footer>.footer-legal ul li, footer .footer-legal .copyright{
	  color: #858585;
	  font-size: 12px;
}

footer .footer-legal ul li {
  display: inline-block;
  padding: 5px 10px 5px 0;
}

footer .footer-legal .certification {
  display: block;
  float: left;
  margin-right: 18px;
}

/* Comments */

.form-submit input{
  background-color: #dadada;
  border: none;
  padding: 10px;
}

.comment-form-comment textarea{
	width: 100%;
	resize:none;
}

/* Sidebar */

.sidebar h2{
	color:#000;
	font-size: 1.2em;
}

.latest-news ul{
	list-style: none;
	padding: 0;
}

.latest-news li{
	margin-top: 20px;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 22px;
}

.latest-news a{
	margin-bottom:10px;
}

.latest-news a:hover{
	text-decoration: none;
}

.latest-news span{
	color: #919191;
	font-size: 12px;
	text-transform: none;
	margin-top: 5px;
}

.sidebar p {
        line-height: 1.5em;
}

.apss-social-share{
	margin-bottom: 10px;
}

.pagination h2{
	color: #000;
}
.navbar-form{
	margin-top: 16px;
}
.navbar-form .btn{
	padding: 9px 12px;
	border-radius: 0;
}
.nav-links{
	margin-top: 20px;
}
.form-control{
	border-radius: 0;
}
.page-numbers {
  background-color: #e8e7e7;
  padding: 5px;
}

a .page-numbers {
  font-family: 'nexa_boldregular'
  color:#979696;
}

@media (min-width:768px) {
	.spanlogo{
		display: none;
	}
	/* all posts list */
	.post-date {
	    width: 30%;
	    display: block;
	    float: left;
	}
	.post-title {
	    display: block;
	    width: 60%;
	    float: left;
	}
	.homepage-slider {
		height: 400px;
	}

}

@media (max-width:768px) {
  .logo{
  	width: 70px;
  	height: 70px;
  	top:-10px;
  }
  .sb-search{
  	position: relative!important;
  }
  .sb-search-input{
	width: 100%;
  }
  .heading{
  	font-size: 35px;
  }
}

.navbar-inverse .navbar-brand{
	color:#000;
}

.navbar-inverse .navbar-brand:hover{
	color:#000;
}

.caret{
	position: relative;
	margin-left: 8px;
}

.caret:after{
	content:'';
	background-color: #D9D9D9;
	width: 1px;
	height: 15px;
  	top: -10px;
  	right: 9px;
	position: absolute;
}

.textwidget{
	margin-bottom: 40px;
}

aside ul {
	list-style: none;
	margin-top: 30px;
	padding:0px;
}

aside ul li{
	margin-bottom: 30px;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 20px;
}

.single .relatedposts .relatedthumb {
    display:inline-block;
    width: 32%;
}

.post .entry ul {
	list-style:none;
	line-height: 2.5em;
}

.rpwwt-post-title{
	display: block;
}

/* Post Thumbnails */
#recent-posts-widget-with-thumbnails-2 {
	position: relative;
	width: 100%;
}
#recent-posts-widget-with-thumbnails-2 ul li a div {
	display: block;
	overflow: hidden;
	max-height: 130px;
	width: 100%;
}
#recent-posts-widget-with-thumbnails-2 img.attachment-340x340 {
	max-width: 100%;
	width: 100%;
}

@media (max-width:767px) {
	.column .responsive-slider.flexslider .slide-title a {
		top: 0;
		right: 0;
		font-size: 19px;
	}
	.row .column .responsive-slider.flexslider{
		margin-bottom: 20px;
	}
	.column .heading{
		font-size: 28px;
	}
	.row .column .responsive-slider.flexslider .flex-control-nav{
		bottom: 4% !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
 	   padding: 0px 15px 5px 15px;
	}
	/* all posts list */
	.post-date {
	    display: block;
	    float: left;
	}
	.post-title {
	    display: block;
	    float: left;
	}
	.page-template-all-posts .content ul {
		padding-left: 0px;
	}
	.page-template-all-posts .content li {
		margin-bottom: 20px;
		line-height: 1.2em;
		float: left;
	}
	#respond input,
	#respond select,
	#respond textarea {
		width: 100%;
	}
}

/* Slider */

.column .responsive-slider.flexslider {
	margin-bottom: -100px;
}

/* Games */

.games p{
	line-height: 1em;
}

/* Social */

.social-widget p{
	margin-bottom: 20px;
}

.image-holder {
    display:inline-block;
    position: relative;
}
.image-holder:after {
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #009da4;
    opacity: 0;
}

.fullimage{
	width: 100%;
}

.widget-area {
    margin-bottom: 20px;
}

@media (max-width:992px){
	footer .footer-legal ul{
		display: inline-block;
		padding: 0;
	}
	.navbar-nav ul.dropdown-menu:before{
		 display: none;
	}
}

.addtoany_header{
	display: none;
}

.content figure{
	width: 100%!important;
}

figcaption{
	margin-top: 5px;
}

/* 404, No Results */

.error404 h1, .search-no-results h1{
	font-size: 100px;
	text-transform: uppercase;
	margin-top: 30px;
	text-align: center;
}

.search-no-results h1{
	font-size: 70px;
	text-transform: uppercase;
	margin-top: 30px;
	text-align: center;	
}

.error404 h2, .search-no-results h2{
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #919191;
}

.error404 p, .search-no-results p{
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;	
	color: #919191;
}

.error404 .content, .search-no-results .content{
	margin-top: 40px;
}

.error404 .content:before, .search-no-results .content:before{
	display: none;
}

/* Suche */

.label{
	font: 500 14px/14px 'LocatorWeb',helvetica,arial,sans-serif;
    text-transform: uppercase;
    color:#49494A;
}

.searchcontent {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-top: 20px;
}

.searchcontent h2{
	margin-top: 0px;
	font-size:16px;
}

.search-results .label{
	margin-top: 20px;
	display: inline-block;
}
.search-results .content:before{
	display: none;
}

.results {
        display: inline-block;
        color: #000;
        font-size: 27px;
        font-family: 'LocatorBlackWeb';
        border-bottom: 1px solid lightgrey;
        width: 100%;
}

.searchcontent .default-featured-img{
        max-width: 100%;
        height: auto;
}

.search-form{
        text-align: center;
        margin: 30px;
}

.search-form span.screen-reader-text{
	display: none;
}

.search-field{
	border: 1px solid lightgrey;
    padding: 10px 20px;
}

.search-submit{
	padding: 10px 15px;
    background-color: darkgrey;
    border: 1px solid darkgrey;
    color: #FFF;
}

/* IMG */

.default-featured-img{
		display: block;
        max-width: 100%;
        height: auto;
}


.page-template-all-posts h3 {
	clear: both;
	padding-top: 20px;
}
.page-template-all-posts h3:first {
	padding-top: 0px;
}

/* ipad tweaks */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#sb-search {
		min-width: 160px;
	}
}
