/*
Theme Name: hogast
Author: bluforce group
Author URI: http://bluforce.at/
Description: Hogast Default-Theme
Version: 0.0.1
License: © bluforce group
Text Domain: bluforce.at

© bluforce

"ein fux muss tun was ein fux tun muss" - alphafux

*/


/*

@charset "UTF-8";
@-ms-viewport {width: device-width;}
@viewport{width: device-width;}

 -------------------------------------------------------------------------------------------------------------

Colors:

blau: #00253c;
helblau: #b5c1cd;

---------------------------------------------------------------------------------------------------------------- 
 globals ----------------------------------------------------------------------------------------------------- 
* {
    box-sizing: border-box;
}
.hidde{
	display:none;
}
.TradeGothicLTPro-Cn18 { 
	font-family: TradeGothicLTPro-Cn18;
	font-weight: normal;
	font-style: normal;
}
.TradeGothicLTPro-BdCn20 { 
	font-family: TradeGothicLTPro-BdCn20;
	font-weight: normal;
	font-style: normal;
}
.opensans{
	font-family: 'Open Sans', sans-serif;
}
.titillium{
	font-family: 'Titillium Web', sans-serif;
}
body { 
	font-family: 'Amiri', serif;
	font-size:19px;
	line-height:25px;
	color:#00253c;
	overflow-x: hidden;
}
#alphawrapper{
	overflow-x: hidden;
}

h1, h2 ,h3 ,h4 ,h5 ,h6 {
	font-family: TradeGothicLTPro-BdCn20;
	color:#00253c;
	font-weight:normal;
	margin:0;
	line-height:1.1em;
}
a {
	color:#00253c;
	text-decoration:none;
}
p{
	margin:0 0 1em 0;
}
.t-center{
	text-align:center;
}
.t-up{
	text-transform:uppercase;
}
.coverImg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon{
	width:15px;
	height:auto;
	display: inline-block;
    vertical-align: middle;
    margin:-2px 5px 0 5px;
}
.clear{
	clear:both;
}
a.btn{
	background:#00253c;
	color:#fff;
	background:url("img/icons/chevron-small-right-w.svg") center right no-repeat #00253c;
	background-size:24px auto;
}
.font_black-70{
	color:#4c4c4c;
}
ul{
	padding:0;
}
#content li{
	list-style:none;
	background:url("img/li-bullet.png") 0 7px no-repeat;
	padding:0 0 0 16px;
	background-size:7px auto;
}


 main css ----------------------------------------------------------------------------------------------- 

body.loaded {
	opacity:1;
	transition:.25s opacity ease-in;
}

#kontakHeader{
	background:#b5c1cd;
	color:#fff;
	font-size:12px;
	line-height:30px;
	letter-spacing:0.05em;
	position:relative;
	overflow:hidden;
}
#kontakHeader-inner{
	float:right;
}
#kontakHeader-inner a{
	color:#fff;
}

 logins 
#logins{
	display:inline-block;
	background:#70ce81;
	width:190px;
	font-weight:bold;
}
a#logins:hover{
	background:#6bc37c;
}
a#logins .close-icon{
	display:none;
}
a#logins.active .close-icon{
	display:inline-block;
}
a#logins.active .login-icon{
	display:none;
}

#login-wrapper{
	background:#70ce81;
	position:absolute;
	top:30px;
	right:-550px;
	z-index:3;
	-webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	width:550px;
	overflow:hidden;
	opacity:0;
	transition:.45s right ease-in, .6s opacity ease-in;
}
#login-wrapper.active{
	right:0;
	opacity:1;
}

.login-box{
	display:block;
	float:left;
	width:275px;
	padding:35px 20px 20px 20px;
}
#joboffice{
	background:#6bc37c;
}
.login-box a.btn{
	font-style:italic;
	display:block;
	padding:10px 10px;
	font-weight:bold;
	font-size:0.857em;
	line-height:1em;
	display:block;
	margin-bottom:20px;
}
.login_sub-hl{
	margin-bottom:20px;
	font-size:0.762em;
	line-height:1em;
}
.login_info{
	font-size:0.667em;
	line-height:1em;
}
.login_info small{
	display:block;
	margin-top:8px;
	font-size:0.857em;
	line-height:1.25em;
}
.login_info small a{
	text-decoration:underline;
	color:#4c4c4c;
}
.login_info small a:hover{
	text-decoration:none;
}

 header 
#header{
	background:#fff;
	border-bottom:2px solid rgba(0,0,0,.25);
	overflow:hidden;
	position:relative;
	top:0;
	height:100px;
	left:0;
	right:0;
	z-index:2;
}
#header.scroll{
	top:0;
	height:40px;
	position:fixed;
}
#header.scroll+#page {
	margin-top: 60px;
}
#hogast-logo{
	width:188px;
	position:absolute;
	top:26px;
	left:20px;	
}
#header.scroll #hogast-logo{
	top:7px;
	width:100px;
}
#logo{
	display:block;
	width:255px;
	position:absolute;
	top:25px;
	margin-left:-127px;
	left:50%;
}
#header.scroll #logo{
	width:150px;
	margin-left:-75px;
	top:5px;
}
#header.scroll #logo img{
	width:100%;
	height:auto;
}

 menu 
#menu-main{
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	right:60px;
}
#menu-main li{
	list-style:none;
	float:left;
}
#menu-main li a{
	font-family: TradeGothicLTPro-Cn18;
	text-transform:uppercase;
	border-bottom:3px solid #fff;
	padding:40px 0 32px;
	margin:0;
	display:block;
	width:90px;
	text-align:center;
}
#menu-main li a:hover,
#menu-main li.current-menu-item a,
#menu-main li.current-menu-parent a{
	font-family: TradeGothicLTPro-BdCn20;
	border-color:#a71948;
}
#header.scroll #menu-main li a{
	padding:5px 0;
}
#search{
	position:absolute;
	bottom:38px;
	right:20px;
	width:21px;
}
#header.scroll #search{
	bottom:10px;
}


 slider 
#slider img{
	width:100%;
	max-width:100% !important;
	height:auto;
}
.swiper-slideshow{
	border-bottom:120px solid #fff;
	background-color:#f7f7f7;
}
.swiper-slide{
	min-height:400px;
}
.slider-title-wrapper{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.slider-a{
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
}

.slider-title{
	position:relative;
	margin: 0 auto -120px auto;
	display:block;
	width:90%;
	height:180px;
	min-width:300px;
	max-width:680px;
	background:url("img/HOGAST-quadrat.svg") 30px 30px no-repeat #fff;
	background-size:125px auto;
	border-top:1px solid #efefef;
}

.slider-title::before{
	position:absolute;
	background:url("img/shadow-left.png") no-repeat transparent;
	top:0;
	left:-8px;
	display:block;
	width:8px;
	height:150px;
	content:"";
}
.slider-title::after{
	position:absolute;
	background:url("img/shadow-right.png") no-repeat transparent;
	top:0;
	right:-8px;
	display:block;
	width:8px;
	height:150px;
	content:"";
}

.slider-title .headline{
	font-size:1.65em;
	line-height:1em;
	position:absolute;
	left:55px;
	top:68px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    width:80%;
}
.slider-title .cat{
	bottom: 50px;
    left: 55px;
    padding: 0;
    position: absolute;
}

 content 
#content-wrapper,
#content-wrapper-index,
#footer-inner{
	width:100%;
	max-width:1400px;
	min-width:320px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#content{
	width:1050px;
	float:left;
	margin-top:30px;
}

.entry{
	width:330px;
	float:left;
	min-height:520px;
	margin:10px;
}
.entryImg{
	position: relative;
	margin-bottom:10px;
	display:inline-block;
	overflow:hidden;
}
.entryImg img{
	width:100%;
	height:auto;
	float:left;
	transition:.45s;
	transform-origin: 50% 50%;	
}

.entry:hover img{
	transform: scale(1.15);
}

.cat{
	color:#b2c6cf;
	padding:7px 10px 7px 0;
	background:#fff;
	position:absolute;
	bottom:-12px;
	left:0;
}
.entry h2{
	margin:0 0 20px 5px;
	overflow:hidden;
	display:block;
	height:64px;
	font-size:1.632em;
	line-height:1.1em;
}
.excerpt{
	height:121px;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.readmore{
	width:40px;
	height:40px;
	background:url("img/icons/chevron-small-right.svg") center center no-repeat;
	display:block;
	background-size:20px auto;
}
a:hover > .readmore{
	background:url("img/icons/chevron-small-right-w.svg") center center no-repeat #00253c;
	background-size:20px auto;
}

 inview animation 
.animationspacer{
	width:auto;
}
@media only screen and (min-width: 1411px) {

	.row{
		position:relative;
		overflow:hidden;
	}
	.entry{
		margin:0;
	}
	.inview .entry {
		opacity:0;
	}
	
	.animationspacer, .entryImg, .entry .headline , .entry .excerpt{
		 width:330px;
	}
	.animationspacer{
		float:left;
		margin:10px;
	}
	@keyframes inviewAnimation {
		0% { opacity: 0; width:0; }
		80% { opacity: 1;}
		100% { opacity: 1; width:330px; }
	}

	.inview.visible .entry {
		animation-name: inviewAnimation;
		animation-duration: .45s;
		animation-fill-mode: forwards;
		overflow:hidden;
	}
	
	
}



 load more button 
#nextButn{
	width:100%;
	background:#00253c;
	text-align:center;
	color:#fff;
	display:block;
	padding:10px;
}
#nextButn span{
	color:#92a1a8;
}
.arrow-down{
	background:url("img/icons/chevron-small-down-w.svg") center center no-repeat;
	background-size:20px auto;
	display:inline-block;
	width:40px;
	height:15px;
}

 sidebar -------------------------------- 
#s-bar{
	float:right;
	width:330px;
	vertical-align:top;
}
#banner{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(230,235,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(230,235,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(230,235,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ebed',GradientType=0 );
	width:100%;
	max-width:330px;
	padding:0 10px 20px 10px;
	margin-bottom:40px;
	overflow:hidden;
}
.add-btn{	
	background: rgb(0,33,54);
	background: -moz-linear-gradient(top, rgba(0,33,54,1) 0%, rgba(0,37,60,1) 49%, rgba(0,33,54,1) 50%, rgba(0,37,60,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,33,54,1) 0%,rgba(0,37,60,1) 49%,rgba(0,33,54,1) 50%,rgba(0,37,60,1) 100%);
	background: linear-gradient(to bottom, rgba(0,33,54,1) 0%,rgba(0,37,60,1) 49%,rgba(0,33,54,1) 50%,rgba(0,37,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002136', endColorstr='#00253c',GradientType=0 );
	-webkit-box-shadow: inset 1px -1px 1px -1px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 1px -1px 1px -1px rgba(0,0,0,0.45);
	box-shadow: inset 1px -1px 1px -1px rgba(0,0,0,0.45);
	color:#fff;
	display:block;
	border:1px solid rgba(191,191,191,.7);
	border-top:none;
	position:relative;
	font-size:21px;
	line-height:22px;
	padding:10px 55px;
	margin-bottom:40px
}
.add-btn:hover{
 background: rgb(0,33,54);
background: -moz-linear-gradient(top, rgba(0,33,54,1) 0%, rgba(32,124,202,1) 48%, rgba(0,37,60,1) 49%, rgba(0,37,60,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,33,54,1) 0%,rgba(32,124,202,1) 48%,rgba(0,37,60,1) 49%,rgba(0,37,60,1) 100%);
background: linear-gradient(to bottom, rgba(0,33,54,1) 0%,rgba(32,124,202,1) 48%,rgba(0,37,60,1) 49%,rgba(0,37,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002136', endColorstr='#00253c',GradientType=0 );

}
.add-btn .i-new{
	position:absolute;
	height:30px;
	width:30px;
	top:20px;
	left:8px;
}
.add-btn .i-next{
	position:absolute;
	height:30px;
	width:30px;
	top:22px;
	right:10px;
}

 newsletter 
#newsletter{
	border:1px solid #bfbfbf;
	padding:20px 20px 35px 20px;
	position:relative;
	margin-bottom:52px;
}
#nl-icon{
	background:url("img/icons/mail.svg") center center no-repeat #a71948;
	background-size:16px auto;
	border:5px solid #fff;
	position:absolute;
	top:-22px;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:45px;
}

.nl-hl{
	font-weight:700;
	font-size:1.632em;
	line-height:1em;
	background:url("img/HOGAST-quadrat.svg") left center no-repeat transparent;
	background-size:80px auto;
	overflow:visible;
	padding:30px 0 30px 19px;
	display:block;
}
.nl-hl-sml{
	font-size:1.263em;
}

#newsletter #form-wrapper{
	border:5px solid #fff;
	position:absolute;
	bottom:-30px;
	overflow:hidden;
}

#newsletter input{
	border:none;
	background:#c0c5ca;
	color:#fff;
	font-style:italic;
	padding:7px 14px;
	float:left;
	width:240px;
}
#newsletter button{
	background:#6fb92d;
	border:none;
	width:39px;
	height:38px;
}

 most popular 
#popular{
	border:1px solid #bfbfbf;
	padding:30px 20px 20px 20px;
	position:relative;
}
#popular h3{
	margin:0 0 0 -66px;
	position:absolute;
	top:-23px;
	left:50%;
	padding:10px;
	background:#fff;
}
.most-entry{
	overflow:hidden;
	border-bottom:1px solid #bfbfbf;
	padding:0 30px 10px 0;
	margin-bottom:10px;
	background:url("img/icons/chevron-small-right.svg") center right no-repeat;
	background-size:30px auto;
	display:block;
}
.most-entry:last-child {
    border-bottom:none;
    padding-bottom:0;
}

.popular-img{
	overflow:hidden;
	width:80px;
	height:80px;
	display:block;
	float:left;
	margin-right:10px;
}
.popular-img img{
	height:80px;
	width:auto;
	margin-left:-20px;
}
.most-entry .sml-cat{
	color:#b2c6cf;
	font-size:0.632em;
	margin-top:5px;
}
.most-entry h5{
	font-size:0.947em;
	height: 38px;
    overflow: hidden;	
}

 mustreads 
#mustreads{
	background: rgb(83,115,129);
	background: -moz-linear-gradient(45deg, rgba(83,115,129,1) 0%, rgba(116,153,126,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(83,115,129,1) 0%,rgba(116,153,126,1) 100%);
	background: linear-gradient(45deg, rgba(83,115,129,1) 0%,rgba(116,153,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#537381', endColorstr='#74997e',GradientType=1 );
	min-height:330px;
	text-align:center;
	padding:50px 0;
	margin-top:90px;
	position:relative;
}
#mustreads-hl{
	color:#fff;
	font-size:2.526em;
	line-height:1em;
	text-align:center;
	position:relative;
	margin:40px auto;
	max-width:900px;
}
#mustreads-hl:before, #mustreads-hl:after{
	border-bottom:1px solid rgba(250,250,250,.45);
	width:330px;
	top:24px;
	left:0;
	position:absolute;
	height:1px;
	content:"";
}
#mustreads-hl:after{
	right:0;
	left:auto;
}

.mustreads-line{
	border-left:1px solid rgba(250,250,250,.45);
	width:1px;
	height:13px;
	top:26px;
	position:absolute;
}
.mustreads-line-left{
	left:0;
}
.mustreads-line-right{
	right:0;
}
.mustread{
	width:320px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 2.3%;
	padding:0 50px;
	z-index:1;
}
.mustread:hover{
	background:url("img/mustread-shadow.png") center -140px no-repeat;	
	color:#fff;
}

.mustread img{
	width:100%;
	height:auto;
}
.mustread-cat{
	font-size:0.737em;
	line-height:1em;
	margin-bottom:10px;
	color:#b5c1cd;
}
.mustread:hover .mustread-cat{
	color:#fff;
}


.mustread-hl{
	font-size:0.947em;
	line-height:1em;
	margin-bottom:10px;
}
.mustread img.icon-mustread{
	width:22px;
}
#must-glow{
	background:url("img/glow.png") center center no-repeat;	
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}
 archiv swiper 
#archive-index li span {
	font-family: 'Amiri', serif;
	font-style: italic;
	cursor: pointer;	
	text-indent: 10px;
	display: inline-block;
}
#archive-index .swiper-wrapper{
	padding:50px 0;
}
#archive-index li{
	border-right: 1px solid #c2cdd2;
	display:block;
	list-style:none;
	padding:15px 60px;
	white-space: nowrap;
	min-width: 300px;
}
#archive-index li.first-swipe-archive{
	margin-left:22%;
	padding:10px 60px 20px 60px;
}
.first-swipe-archive img{
	width:170px;
	height:auto;
}
#archive-index li a{
	display:block;
	width:200px;
	text-transform: uppercase;
	font-family: TradeGothicLTPro-BdCn20;
	font-weight: normal;
	font-style: normal;	
}
#archive-index li a span {
	text-transform: none;
	font-weight: normal;
}
#archive-index li:last-child {
    margin-right:10%;
}

#archive-index .swiper-button-next-svg,
#archive-index .swiper-button-prev-svg {
	background-color:transparent;
	border:none;
	box-shadow:none;
}


 footer 
#footer{
	background:#00253c;
	color:#fff;
	text-align:center;
	padding:100px 0;
	font-size:0.737em;
	line-height:1.325em;
}
#footer-inner{
	overflow: visible;
}
#footer a{
	color:#fff;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

.footer-box{
	display:inline-block;
	width:24%;
	text-align:left;
	vertical-align:top;
}

#hogast-footer-logo{
	width:240px;
	height:auto;
	margin-bottom:30px;
}

.footer-box .select{
	font-family: 'Amiri', serif;
	font-style:italic;
	position:relative;
	border-bottom:2px solid #fff;
	margin-bottom:30px;
	width:300px;
	padding:10px 20px;
	cursor:pointer;
	background:url("img/icons/chevron-small-up-w.svg") 265px center no-repeat transparent;
	background-size:21px auto;
}

.footer-box .select.active{
	color:#00253c;
	background:url("img/icons/chevron-small-up.svg") 265px center no-repeat #fff;
	background-size:21px auto;
}

.select ul{
	display:none;
	position:absolute;
	bottom:38px;
	left:0;
	right:0;
	background:#fff;
	margin:0;
	padding:0;
	color:#00253c;
	-webkit-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.1);
	z-index:5;
}
.footer-box .select.active ul{
	display:block;
}
.select li{
	list-style:none;
	padding:10px 20px;
	border-bottom:1px solid rgba(0,0,0,.15);
}
.select li:hover{
	-webkit-box-shadow: inset 0px 5px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 5px 10px 0 rgba(0,0,0,0.1);
}
#footer .select li a{
	color:#00253c;
	text-decoration:none;
	display:block;
}

 dev  --------------------------------------------------------------------------------------------------------- 

 video 

.video {
	position: relative;
	padding-bottom: 53%;
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


 responsive  -------------------------------------------------------------------------------------------------- 

@media only screen and (max-width: 1410px) {
	.entry{ width:31%;}
	#content { width:73%; }	
	#content-wrapper.single {
		overflow:hidden !important;
	}
	#header.scroll .is-single{
		margin-left:180px;
		max-width: 980px;
	}
	#header .single-scroll-top { right: calc(55% - 15px); }
	.single-info{
		overflow: hidden;
    	text-overflow: ellipsis;
    	width:350px;
    	white-space: nowrap;
	}
		
}

@media only screen and (max-width: 1350px) {
	.single #content { max-width: 55%; width: 55%; }
}

@media only screen and (max-width: 1260px) {
	#content { width:100%; margin:0 auto 30px auto; }
	 sidebar 
	#s-bar { float:none; margin:0 auto; width:100%; overflow:hidden; }
	#s-bar .s-bar-element{ float:left; }
	#banner{ margin:15px 20px 0 0; }
	#newsletter { margin:16px 20px 52px 0; }
	#addbutn{ margin-top:16px; padding:10px 45px; }

	#archive-index li.first-swipe-archive{ margin-left:5%; }
	
	 footer 	
	.footer-box{ display: inline-block; margin-bottom: 40px; width: 45%; }
	
	 destil page 
	#content-wrapper.single { padding-top:0; border-top:none; }
	#content-wrapper .content-left{ padding-top:20px; margin-right:0; }
	#content-wrapper .page-title .headline { margin-top:10px; }
	#content-wrapper .page-title { margin-left:-10px; }
	#header.scroll .hiddeonmobile {display:none; }
	#header .single-scroll-top { left: 0; right: auto; }
	#content-wrapper .page-title{ margin-left:0; }
	.single #content { display:block; margin:10px 0 30px 30px; width:83%; max-width:90%; float:left; padding-bottom:0; }
	
}
@media only screen and (max-width: 1150px) {
	 must read 
	.mustread { margin:0; }
	#mustreads-hl { width:60%; }
	#mustreads-hl::before, #mustreads-hl::after { width:30%; }
}
@media only screen and (max-width: 1024px) {
	.addto-fav {
		display: none;
	}
}	
@media only screen and (max-width: 1010px) {
	#hogast-logo{ width:120px; top:36px; }
	#logo{ width: 180px; top:34px; }
	#logo img{ width:100%;height:auto;}
	#menu-main { right:0; }
	 content grid 
	.animationspacer, .entryImg, .entry .headline , .entry .excerpt{ width:auto; }
	.row, .inview, .animationspacer{ display:inline; }
	#inner-content{ text-align:center; }
	.entry{ width:45%; float:none; display:inline-block; text-align:left; }
	 sidebar 
	#banner{ margin-bottom:40px; }
	#s-bar .s-bar-element { float:none; margin:0 auto 40px auto; position:relative; }
	#newsletter { max-width:330px; }
	#s-bar #popular.s-bar-element{ clear:both; width:90%; }
	#mustreads{ margin-top:40px; }
	#mustreads-hl::before, #mustreads-hl::after { width:20%; }
}

@media only screen and (max-width: 980px) {
	 destil page 
	#content-wrapper .content-left { overflow:hidden; float:none; width:auto; padding-bottom:20px; }
	#content-wrapper .content-left .share-block { width:130px; float:left; margin-right:20px;  }
	#content-wrapper .content-left .articles { float:left; margin:0; padding:10px 0 0 0;  }
	.molbile-float-left { float:left; margin-right:15px; padding-top:10px; }
	#content-wrapper .content-left .articles a { display:inline-block; width:100px; margin-right:5px; }
	.single #content { float:none; width:95%; max-width:95%; margin:0 auto; }
}

@media only screen and (max-width: 750px) {
	.entry{ width:90%; max-width:500px; }
	#header{ height: 40px; }
	#header #hogast-logo{ top:7px; width:100px; }
	#header.scroll #logo, #header #logo{ width:150px; margin-left:0; top:5px; left:130px;  }
	#header #menu-main li a { padding: 5px 0; }
	
	.slider-title{ background-position: 20px 30px; }
	.slider-title .headline { left:45px; }
	.slider-title .cat { left:45px; }
	
	 sidebar 
	#s-bar .s-bar-element{ float:none; }
	#banner{ margin:0 auto 40px auto; }
	#newsletter { margin:0 0 52px 0; }
	#addbutn{ margin:0 0 40px 0; }

	#mustreads { margin-top:0; padding:10px 0; }
	#mustreads-hl::before, #mustreads-hl::after, .mustreads-line { display:none; }
	
	 footer 
	.footer-box { text-align: center; width: 90%; }
	.footer-box .select{ margin:0 auto 30px auto; text-align:left; }
	
	.article-nav a, .article-nav a:first-of-type{
		width:100%;
	}	
}

@media only screen and (max-width: 630px) {
	 destil page 
	#content-wrapper .content-left .share-block { float:none; margin-bottom:20px; }
	.molbile-float-left { float:none; }
	#content-wrapper .content-left .articles a{ width:30%; }
}

@media only screen and (max-width: 570px) {
	#hogast-logo { display:none; }
	#header.scroll #logo, #header #logo { left:10px; }
	#header.scroll .is-single { margin-left: 48px; width:40px; max-width:40px; padding-right:0; }
	#kontakHeader-inner{ float:none; text-align:center; }
	#kontakHeader-inner a { display: inline-block; width: 49.35%; }
	#kontakHeader-inner a#logins { width:100%; }
	#logins { width:100%; }
	.login-box{ width:100%; padding:10px 20px; }
	#login-wrapper {top:90px; width:100%; }
	#menu-main li a { width:auto; margin:0 5px; }
	.entry { min-height:1px; }
	.excerpt{ height:auto; margin:0; }
	.readmore{ display:none; }
	#footer { padding:50px 0 10px 0; }
	.wp-caption { margin:0; }
	.wp-caption .wp-caption-text{ position:relative; bottom:auto; padding:5px; max-width:100%; margin-bottom:0; }
	.slider-title .headline,
	#content-wrapper .page-title .headline{ font-size:1em; text-overflow: inherit; line-height:1em; height:37px; width:80%; white-space: inherit; }
	.single blockquote p { text-decoration:none; }	
}

@media only screen and (max-width: 360px) {
	#header.scroll #logo, #header #logo { width:100px; top:10px; }
	#menu-main li a { font-size:.9em; }
}

 ie 10+ fix 

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.inview .entry, .inview.vidible .entry { opacity:1;}
}


 print  ------------------------------------------------------------------------------------------------------- 
@media print {
	* {
		color:#000;
		background:none;
		margin:0 !important;
		padding:0 !important;
		width:100% !important; 
		float:none !important;
	}	
	#page { border-top:0px solid transparent; }
	nav { display: none; }
	body .browserheight, body.halfbrowserheight{ height:auto !important;}
	body .js-padding, body .js-padding-halfpage { padding:0 !important; }
	@page {
		margin: 2cm;
	}
}

*/