/*
Theme Name: PocketPC
Theme URI: https://222.internetkultur.at
Version: 1.3
Author: Philip Ehrenfellner
Author URI: https://twitter.com/ehrphil
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0; width: 100%; margin-top:15px; margin-bottom:10px; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }

caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/*p { margin-bottom: 20px; }*/

strong { font-weight:bold }
em { font-style:italic }
a img { border:none } 

ol, ul, li { list-style:none }
tr { line-height: 2em; }
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; }
.alignright { float:right }
.wp-caption { text-align:center; padding:10px; letter-spacing:1px; color: #414141;}
.clear{clear:both;zoom: 1;}

.container{
	position: relative;
	margin: auto;
	max-width: 1400px;
	padding: 0 20px 0 20px;
}

body{
	background-color: #e1ebf5;
	font-family: Helvetica,Arial,sans-serif;
	min-width: 261px;
}


/*
	Header
*/

#header{
	position: relative;
}


.logo{
	padding-left: 9px;
	padding-right: 9px;
	border-left: solid 1pt #f0f3f3;
	border-right: solid 1pt #f0f3f3;
	float: left;
	height: 50px;
	margin-right: 20px;
}

.main-menu{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	background-color: #fff; 
	height: 50px;
	text-transform: uppercase;
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-moz-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
-o-box-shadow: 0px 10px 15px rgba(0,0,0,.1);
	

}

.ik-sub-menu{
	height: 36px;
	background-color: #313233;
	border-bottom: solid #3498db 2pt;
}

ul.sub-menu {
	position: absolute;
	left: 89px;
	/*padding-top: 15px;*/
	top: 50px;
	padding-left: 10px;
}

.sub-menu li{
	padding-top: 10px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;

}

.menu .sub-menu li a{
	color: #afafaf;
}

.menu .current-menu-item .sub-menu li a{
	color: #afafaf;
	

}

.menu .current-menu-parent .sub-menu{
	display: block;
	
	
}

.menu .sub-menu li a:hover{
	color: #f7f7f7;
	padding-bottom: 13px;
	display: inline-block;
	background-size: auto;
	background: URL(https://www.pocketpc.ch/magazin/wp-content/themes/pocketpc/images/sub-menu-arrow.png) no-repeat center bottom;
}

.menu-item-has-children .sub-menu{
	display: none;
}

.current-menu-item .sub-menu {
	display: block;
}

.current-menu-ancestor .sub-menu {
	display: block;
}
.current-menu-ancestor .sub-menu .current-menu-item a{
	color: #f7f7f7;
	padding-bottom: 13px;
	display: inline-block;
	background-size: auto;
	background: URL(https://www.pocketpc.ch/magazin/wp-content/themes/pocketpc/images/sub-menu-arrow.png) no-repeat center bottom;
}

.menu  .sub-menu li.current-menu-item.highlight a{
	color: #f7f7f7;
}

li.highlight{
	background-color: #cf3233;
	color: #fff;
	height: 26px;
}

.menu{
	padding-top: 17px;
	display: block;

}

.menu a{
	text-decoration: none;
	color: #afafaf;
}

.menu a:hover{
	text-decoration: none;
	color: #45494d;
}

.current-menu-ancestor a{
	color: #45494d;
}

.current-menu-item a, .blog .menu-header .menu-item:first-child a{
	color: #45494d;
}

.menu .current_page_item a{
	color: #45494d;
}

.menu li{
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.search-box{
	display: inline-block;
	float: left;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	width: 53px;
	border-right: solid 1px #f0f3f3;
	border-left: solid 1px #f0f3f3;
	background: #fff;
}
.search-icon{
	cursor: pointer;
}
.search-wrapper{
	display: inline-block;
	overflow: hidden;

	position: absolute;
	left:53px;
	
	right:0;
	bottom:0;
	top:0;
	background: #fff;
}
.search-wrapper input{
	position: absolute;

	height: 50px;
	display: block;
	color:#313233;
	left:0;
	top:0;
	bottom:0;
	right: 0;
	border:none;
	background: #E1EBF5;
	font-size: 1.2em;
	padding:0.2em;
	outline: none;
	vertical-align: middle;
}
.search-box.expand{
	width: 300px;
}

/*
Display Menu on Homepage and search
*/



.blog .menu .menu-item-433 ul.sub-menu, .search .menu .menu-item-433 ul.sub-menu {
	display: block;
	color: #afafaf;
}
.blog .menu .menu-item-433 .sub-menu li a, .search .menu .menu-item-433 .sub-menu li a {
	color: #afafaf;
}

.blog .menu .menu-item-433 .sub-menu li a:hover, .search .menu .menu-item-433 .sub-menu li a:hover{
	color: #f7f7f7;
}

/*
Account
*/

#account{
	position: absolute;
	top:0;
	right:0;
	margin-right: 20px;
	color: #afafaf;
	vertical-align: middle;
}

#account .btn{
	line-height: 50px;
	
	display: inline-block;
	border-right: solid 1px #f0f3f3;
}
#kontrollzentrum{
}

.account-btn{
	float: left;
	line-height: 50px;
	height: 50px;
	display: inline-block;
}

/* 

	Notifications

*/

.notifications{
	float: left;
	width: 53px;
	height: 50px;
	position: relative;
	cursor: pointer;
	
}
.notifications h3{
	padding: 2px 5px;
}
.notifications-btn{
	position: relative;
	height: 50px;
	background: #fff;
}
.notifications-btn.expand{
	height: 60px;
}
.notifications .badge{
	background:#62ADD6;
	border-radius: 3px;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 10px;
	color:#fff;
	position: absolute;
	top:8px;
	right:8px;
	border:1px solid #fff;
}
.notification-dropdown{
	display: none;
	position: absolute;
	top:60px;
	right:1px;
	min-width: 320px;
	min-height: 100px;
	background: #fff;
	z-index: 999;
	display: none;
	box-shadow: 0 1px 1px #E8E8E8;
}
.notification-dropdown.show{
	display: block;
}
.notifications-top-box{
	display: block;
	border-right: 53px solid #fff;
	height: 5px;
	position: relative;
	margin-top: -5px;
	display: block;
}
.notification-details h3{
	padding:5px 10px;
	
}
.notification{
	border-bottom: 1px solid #f0f3f3;
	padding:10px;
	font-size: 11px;
	
}
.notification a{
	display: block;
	color: #777777;
}
.notification .notification-title{
	display: block;
}
.notifications:hover .notification-details{
	display:block;
}



/*

	user

*/
.user{
	float: left;
}

.login-btn{
	color: #78848B;
	display: inline-block;
	background: #fff;
	padding:0 10px;
	cursor: pointer;
}
.login-btn.expand{
	height: 60px;
}
.login-dropdown{
	position: absolute;
	padding: 10px;
	right: 0;
	top:60px;
	background: #fff;
	z-index: 999;
	text-transform: none;
	line-height: 1.5;
	font-size: 11px;
	box-shadow: 0 1px 1px #E8E8E8;
	display: none;
}
.login-dropdown.show{
	display:block;
}
.login-dropdown label{
	display: block;
}
.login-dropdown .input{
	padding:7px;
	margin: 5px 0;
	border:1px solid #E8E8E8;
	border-radius: 2px;
	width: 200px;
	
}
.login-dropdown .button-primary{
	border:1px solid #E8E8E8;
	background: none;
	-webkit-appearance: none;
	padding: 5px;
	border-radius: 2px;
	float: right;

	display: inline-block;
	color: #45494d;
}
.login-dropdown a{
	display: block;
	color: #45494d;
	clear: both;
}

.user-btn{
	line-height: 50px;
	vertical-align: middle;
	padding-right: 20px;
	cursor: pointer;
}
.user-btn img{
	float: left;
	padding-right: 5px;
}
.user-btn.expand{
	height: 60px;
	display: inline-block;
	background: #fff;
}

.user-dropdown{
	position: absolute;

	right: 0;
	top:60px;
	background: #fff;
	z-index: 999;
	text-transform: none;
	line-height: 1.5;
	font-size: 11px;
	box-shadow: 0 1px 1px #E8E8E8;
	display: none;
	width: 75%;
}
.user-dropdown.show{
	display:block;
}
.user-dropdown a{
	display: block;
	color: #7A888E;
	clear: both;
	min-width: 100%;
	border-bottom: 1px solid #E8E8E8;
	padding: 10px;
	text-decoration: none;
}

/*
Logo + Ad-Banner
*/

#logo-big{
	margin-top: 30px;
	margin-bottom: 30px;
}

#IK-ad-block{
	position: relative;
	max-width: 728px;
	height: 90px;

}

.werbung-title{
	padding: 5px 10px 5px 10px;
	display: inline-block;
	background-color: #f5f5f5;
}

#IK-ad-area{
	position: relative;
	border-top: solid 1pt #e8e8e8;
	max-width: 728px;
	height: 90px;
	background-color: #fff;
}

/*
Sitemap
*/
#IK-sitemap{
	position: relative;
	color: red;
	line-height: 40px;
	text-transform: uppercase;
	color: #afafaf;
	font-size: 11px;
	letter-spacing: 1px;
}
#IK-sitemap a{
	color: #999;
	text-decoration: none;
}

#IK-sitemap a:hover{
	color: #777777;
}

#IK-sitemap ul{
	min-height: 40px;
}

#IK-sitemap li{
	float: left;
	padding-left: 3px;
	padding-right: 3px;

}

.the_date{
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
	display: block;
	border-bottom: solid 1pt #e8e8e8;
	text-transform: uppercase;
	color: #999;
	font-size: 11px;
}
.the_date span{
	display:block;
}



/*
Content left without sidebar
*/

.content{
	max-width: 728px;
	width: 100%;
	margin-right: 20px;
	font-family: Helvetica,Arial,sans-serif; /* lucida grande, Tahoma,  */
	letter-spacing: 0px;
	font-size: 14px;
	color: #414141; /* #5B5B5B; */
	float: left;
}

.content p{
		line-height: 1.6;
}

#news{
	position: relative;
	background-color: #fff;
	border: solid 1pt #e8e8e8;
}
.excerpt img{
	display: none;
}
.news-image{
	position: absolute;
	left: 0;
	display: inline-block;
	padding-right: 20px;
	-webkit-transition: .2s all;
}
.news-image img{
	width: 142px;
	height: 142px;
}

.post{
	width: 100%;
	display: inline-block;

}

.post h2{
	font-size: 20px;
	margin-bottom: 15px;
}

.post a{
	text-decoration: none;
	color: #3498db;
}

.post h2 a:hover{
	color: #3498db;
}

.entry{
	position: relative;
	margin-left: 142px;
	padding: 15px 20px 15px 20px;
	min-height: 112px;
}

.entry-border{
	border-bottom: solid 1pt #e8e8e8;
}

#news.post:hover{
	background-color: #f5f5f5;
}
.comments-number{

	position: absolute;
	top: 10px;
	right: 20px;
	text-transform: uppercase;
}

.comments-number img{
	padding-right: 5px;
}
.comments-number a,
.single-comments-number a{
	color: #afafaf;
}
.single-comments-number{
	text-transform: uppercase;
	font-size: 11px;	
}

.single-comments-number img{
	padding-right: 5px;
}

.single-entry img{
	
}

.single-entry h2,
.single-entry h2 a,
.single-entry h2 a:hover {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #414141;
}
.single-entry h3{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px
}

.single-entry ul,
.single-entry ol {
	margin-left: 20px;
	padding: 15px 0 15px 0;
}

.single-entry ul li {
	list-style: disc outside none;
	line-height: 1.6;
}

.single-entry ol li {
	list-style: decimal outside none;
	line-height: 1.6;
}

/*
Page Numbers
*/
#page-navigation{
	background-color: #fff;
	width: 100%;
	display: inline-block;
	float: right;
	border-bottom: solid 1pt #e8e8e8;
	
}

#page-navigation a{
		text-decoration: none;
	color: #000;
}

#page-navigation ul{
}

.pagination a,.pagination span{
	
	float: left;
	display: block;
	line-height: 40px;
	border-right: solid 1pt #e8e8e8;
	padding: 0 15px 0 15px;
}

.pagination a:hover{
	background-color: #e9f4fa;
}
.next.page-numbers,.prev.page-numbers{
	display: none;
}
.current{
	background-color: #e9f4fa;
	color: #000;
}


.ik-seite{
	line-height: 40px;
	float: left;
	text-transform: uppercase;
	padding: 0 15px 0 15px;
	border-right: solid 1pt #e8e8e8;
}

.page-navigation-arrows{
	float: right;
}

.page-navigation-arrows img{
	border-left: solid 1pt #e8e8e8;
	float: left;
}

/*
Single View
*/
.single-entry-padding{
	padding:0 20px 0 20px;
}

.single-header h1{
	line-height: 1.1;
	font-size: 34px;
	color:  #3498db;
	margin-bottom: 8px;
}

.single-header{
	padding: 20px;
}

.single-social-bar{
	position: relative;
	height: 40px;
	/* line-height: 40px; */
	border-bottom: solid 1pt #e8e8e8;
	border-top: solid 1pt #e8e8e8;
	margin-bottom: 20px;
}

.author{
	text-transform: uppercase;
	color: #afafaf;
	font-size: 12px;
	letter-spacing:1px;
}

.menu-social-bar {
	margin-left: 20px;
	padding: 0;
	color: #afafaf;
	display: block;
	/* width: 50%; */
}

.menu-social-bar{
	color: #afafaf;
	float: left;
	text-transform: uppercase;

}
.menu-social-bar ul{
	width: 100%;
}

.menu-social-bar a{
	color: #afafaf;
	text-decoration: none;
}

.menu-social-bar a:hover{
	color: #777777;
}

.menu-social-bar li{
	display: block;
	padding-right: 5%;
	float: left;
}

.single-navigation{
	float: right;
	height: 40px;
}
.single-navigation img{
	border-left: solid 1pt #e8e8e8;
}

.single-navigation a{
	text-decoration: none;
}

.ik-interesse{
	padding-left: 20px;
	text-transform: uppercase;
	line-height: 40px; /** SOCIAL ADDON CHANGE **/
	}

.no-border-bottom{
	border-bottom: none;
}
/** SOCIAL PLUGIN ADDON **/
.essb_links.essb_template_grey-retina,
.essb_links.essb_template_light-retina,
.essb_links.essb_template_tiny-retina {
	margin: 0 !important;
}
.essb_links.essb_template_grey-retina li a,
.essb_links.essb_template_light-retina li a,
.essb_links.essb_template_tiny-retina li a {
	padding: 5px 12px 7px 12px !important;
	margin: 5px 0 0 0 !important;
	font-family: Helvetica,Arial,sans-serif !important;
}
#mw-adbelowcontent-p1,
#mw-adbelowcontent-p2 {
	max-width: 100%
}
/*************************/
/*
Blockquote
*/
blockquote {
	font-style: italic;
	padding: 15px;
}


/*
Related Posts
*/

#ik-related-posts{
	background-color: #fff;
	display: inline-block;
	padding: 0px 1px 20px 20px;
	margin-top: 0px;
}



#ik-related-posts img{
	margin-bottom: 10px;
}

#ik-related-posts a{
	text-decoration: none;
	color: #000;
}



#ik-related-posts li{
	display: block;
	float: left;
	width: 216px;
	margin-right: 19px;
}

.post-date-related{
	text-decoration: none;
	color: #afafaf;
	text-transform: uppercase;
	font-size: 11px;
}

/*
Comments
*/



h3#comments{
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 20px;
	border-top: solid 1pt #e8e8e8;
	border-bottom: solid 1pt #e8e8e8;
	
}

.commentlist{
	padding: 20px;
}

#respond{
	padding: 20px 20px 20px 20px;
	border-top: solid 1pt #e8e8e8;
	
}
.comment a{
	color:#3498db;
	text-decoration: none;
}
.comment-meta a{
	color: #7B7B7B;
	text-decoration: none;
}
.comment .avatar{
	position: absolute;
	top:10px;
	left:10px;
}
.comment .comment-edit-link{
	position: absolute;
	right:0;
	top:0;
	width: 80px;
	color:#3498db;
	text-align: right;
	
}
.comment .comment-reply-link{
	position: absolute;
	top:0;
	color:#3498db;
	right:60px;
	text-align: right;
}
.comment{
position: relative;
	padding-left: 60px;
	padding-bottom: 20px;
}
.comment-author{
	color:#3498db;
	display: inline-block;
	padding-right: 10px;
}
.comment-author .says{
	display: none;
}
.comment-meta{
	display: inline-block;
}
#comment{
	display: block;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #E8E8E8;
}
#respond a{
	color:#3498db;
	text-decoration: none;
}
#submit{
	border: 1px solid #E8E8E8;
	display: inline-block;
	-webkit-appearance: none;
	padding:10px;
	background: #fff;
	border-radius: 2px;
	margin-top: 10px;
	color:#3498db;
}
/*
ACF CSS
*/

/*
Großes Bild mit Untertitel
*/
.ik-image-big img{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.IK-image-big-title{
	width: 100%;
	text-align: center;
	line-height: 1.6;
	margin: 5px 0 25px 0;
	letter-spacing: 1px;
}

/*
Bilderliste
*/

.ik-bilderliste{
	vertical-align: middle;
	width: 100%;
	margin-top: 20px;
}

.ik-bilderliste ul{
	margin-top: 10px;
	margin-right: 15px;
	display: block;
	text-align: center;
	
}

.ik-bilderliste ul li{
	vertical-align:top;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.bilderliste-description{
	color: #404040;
	letter-spacing: 1px;
	text-align: center;
	line-height: 15px;
	width: 100%;
}
.ik_youtube,
.ik_vimeo {
    position: relative !important;
    padding-bottom: 56.25% !important;
	height: 0 !important;
    overflow: hidden !important;
    max-width: 100% !important;
    height: auto !important;
    padding-top: 0px !important; 
}
.ik_youtube iframe,
.ik_vimeo iframe,
.ik_youtube object,
.ik_vimeo object,
.ik_vimeo embed,
.ik_youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
Image Slider
*/

.ik_slider{
	margin-bottom: 20px; 
	padding-bottom: 1px;
	padding-top: 10px;
	margin-top: 20px;
	background-color: #313233 !important;
}
.ik_slider ul,
.ik_slider ol {
	margin: 0;
	padding: 0;
}
.ik_slider ul li,
.ik_slider ol li {
	list-style: none;
}

.flexslider{
	margin-top: 20px;
	background-color: #313233 !important;
	border: none !important;
}

.flex-control-paging li a{
	background:#777 !important;
}

.flex-control-paging li a.flex-active{
	background: rgb(255,255,255) !important;
}

#slider{
	background-color: #313233 !important;
	border: none !important;
}

.slider-description{
	width: 100%;
	text-align: center;
	color: white;
	padding: 5px 0;
}

/*
Twitter
*/
.single-entry-padding iframe {
	width: 100% !important;
}

/*
Sidebar
*/
.sidebar{
	display: block;
}
#sidebar-right{
	float: left;
	margin-top: 65px;
	max-width: 320px;
	width: 100%;
	
}

/*
Mini Sidebar
*/
#sidebar-mini{
	max-width: 312px;
	width: 100%;
	float: left;
	margin-left: 20px;
	margin-top: 65px;
}

.mini-sidebar{
	background-color: #fff;
	/*padding: 20px;*/
	float: left;
	/*width: 200px;*/
	display: block;
	color: #5B5B5B;;
	float: left;
}

.mini-sidebar h3{
	color: #999;
/*line-height: 40px;*/
vertical-align: middle;
/*padding-left: 40px;*/
}


.mini-sidebar a{
	color: #5B5B5B;
	text-decoration: none;
}

.mini-sidebar a:hover{
	text-decoration: underline;
}

ul.mini-sidebar{
	float: left;
}

/*

	categories widget

*/
.ik-category-tabs{
	display: block;
	width: 100%;
}
.ik-category-tab-btn{
	display: inline-block;
	padding:10px;
	background: #F7F7F7;
	color: #999;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

.ik-category-tab-btn.active{
	background: #5398BF;
	color: #eee;
	position: relative;
	top:-3px;
}
.ik-category-tab-btn.highlight{
	background: #CF3233;
	color: #eee;
}
.ik-category-tab-panels{
	position: relative;
	top:-3px;
}
.ik-category-tab-panel{
	background: #5398BF;
	color: #fff;
	width: 100%;
}
.ik-category-post{
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	position: relative;
	min-height: 50px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.ik-category-post img{
	width: 50px;
	height: 50px;
	position: absolute;
	top:10px;
	left:10px;
}
.ik-category-post:first-child{
	border-top: none;
}
.ik-category-post .post-date{
	padding-left: 70px;
	font-size: 11px;
	text-transform: uppercase;
}
.ik-category-post h3{
	padding-left: 70px;
	font-size: 13px;
}

/*
Begin IK Category Testberichte
*/

.ik-category-post-test{
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	position: relative;
	min-height: 50px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;

	
}
.ik-category-post-test img{
	width: 100%;
	height: auto;
}
.ik-category-post-test:first-child{
	border-top: none;
}

.ik-category-post-test h3{
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 5px;

}
/*
End IK Category Testberichte
*/

.widget_youtubesidebarwidget{
	background: #fff;
	position: relative;
	margin-top: 20px;
}
.widget_youtubesidebarwidget h3{
	color:#999;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 40px;
	border-bottom:1px solid #E8E8E8;
}

.youtube-sidebar-widget-controls{
	position: absolute;
	top:0;
	right:0;
}
.youtube-sidebar-widget-controls .prev-video-btn,.youtube-sidebar-widget-controls .next-video-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	position: absolute;
	top:0;
	right:0;
	text-align: center;
	color: #AFAFAF;
	cursor: pointer;
	border-left: 1px solid #E8E8E8;
}
.youtube-sidebar-widget-controls .prev-video-btn{
	right:40px;
}



#youtube-sidebar-widget-container{
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 100%;
}
#youtube-sidebar-widget{
	position: absolute;
	width: 800%;
}
#youtube-sidebar-widget a{
	color:#3498db;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	
}
.widget_youtubesidebarwidget li{
	padding: 20px;
	width: 280px;
	float: left;
}

#ysw-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 2147483646;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

#ysw-viewer {
	
	padding: 20px 0px 50px 0;
	display: none;
	position: absolute;
	position: fixed;
	z-index: 2147483647;
	background: #000;
	
}
.prev-video-overlay-btn{
	position: absolute;
	bottom:0;
	left:10px;
	z-index: 99;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	font-size: 2.5em;
}
.next-video-overlay-btn{
	position: absolute;
	bottom:0;
	right:10px;
	z-index: 99;
	font-size: 2.5em;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
#ysw-viewer a {

	text-decoration: none;
	color: #ccc;
	
}
#ysw-viewer a:hover{
	text-decoration: none;
}
#ysw-viewer .close-btn{
	position: absolute;
	top:0px;
	right:10px;
	text-align: right;
}

#ysw-viewer a:hover {
	text-decoration: underline;
}


#ysw-viewer {
	max-width: 680px;
	
	width: 100%;

  

}
#ysw-viewer .ik_youtube{
	width: 100%;
	margin: 0 auto;
}
 


.clear{
	clear: both;
}

/*
Widget RSS
*/

.widget_rss{
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 10px;
}

.widget_rss a{
	text-decoration: none;
	color: #3498db;
	font-size: 12px;
}

.widget_rss a:hover{
	text-decoration: underline;
}

h3.widget-title{
	padding-left: 40px;
}

h3.widget-title img{
	display: none;
}

.widget_rss h3 a{
	text-autospace: none;
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	color: #999;
}
.widget-title{
	
}

.widget_rss ul{
}

.widget_rss li{
	padding: 5px 20px 5px 20px;
	border-top: 1px solid #E8E8E8;
}

.widget_follow {
	margin-top: 0px !important;
	margin-bottom: 20px;
}

/*
Footer
*/
#footer{
	min-height: 100px;
	padding-bottom: 40px;
}


#menu-footer-navigation{
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}
#menu-footer-navigation li{
	padding-right: 15px;
}

.ik-coloc a{
		font-family: Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
	margin-left: 350px;
	color: #afafaf;
	text-decoration: none;
}

.ik-coloc a:hover{
	color: #45494d;
}

/*
Partner
*/

.ik-partner {
	font-family: Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 40px;
}

.ik-partner ul{
	float: left;
	padding-left: 3px;
}
.ik-partner li{
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #afafaf;
	margin-bottom: 5px;
}
#menu-partnerlinks{
	padding-top: 0;
	max-width: 500px;
}



/*
	
	Small Desktops & Tablet Landscape
	
*/

@media (max-width: 1110px) { 
	.container{
		padding:0 5px;
		position: relative;
	}
	
	.content{
		margin-right: 335px;
		max-width: 775px;
		width: auto;
		float: none;
	}
	#sidebar-right{
		position: absolute;
		right:5px;
		top:0px;
	}
	#sidebar-mini{
		display: block;
		float: none;
		display: none;
	}
}
@media (max-width: 1024px){

	.responsive-menu-btn{
		width: 50px;
		height: 50px;
		z-index: 999;
		cursor: pointer;
		position: relative;
		background: url(images/mobile-nav-icon.png) no-repeat center;
		float: right;
		
	}
	.menu-header{
		display: none;
		background: #fff;
	}
	.menu-header .sub-menu{
		float: none;
		position: relative;
		top:0;
		left:0;
		
	}
	.menu-header li{
		display: block;
		float: none;
		position: relative;
		top:0;
		left:0;
		background: none;
		padding:5px;
		height: auto;
		line-height: 1.5;
	}
	.menu-header li{
		padding: 0;
		padding: 5px;
		border-top:1px solid #E8E8E8;
	}
	.menu-header li a{
		padding: 5px;
		display: block;
		font-weight: bold;
		color:#78848B;
		
	}
	.menu-header li li a{
		
	}
	.menu-header .submenu{
		padding: 0;
		margin: 0;
	}
	.menu .sub-menu li a:hover{
		background: none;
		padding:5px;
	}
	
	.menu-header.active{
		display: block;
		position: absolute;
		top:50px;
		left:0;
		z-index: 999;
		width: 100%;
		box-shadow: 0 1px 1px #E8E8E8;
	}
	.main-menu{
		position: relative;
		z-index: 999;
		margin-bottom: 10px;
		box-shadow: 0 1px 1px #E8E8E8;
	}
	ul.sub-menu{
		padding-top: 5px;
		padding-left: 10px;
	}
	.menu-item-has-children .sub-menu{
		display: block;
	}
	.current-menu-ancestor .sub-menu .current-menu-item a{
		background: none;
		padding: 5px;
	}
	.menu{
		padding: 0;
	}
	.ik-sub-menu{
		display: none;
	}
	#account{
		padding-right: 50px;	
		margin-right: 0;
		position: static;
		position: absolute;
		right:0;
		top:0;
	
	}
	#footer{
		margin-right: 340px;
	}
	.ik-coloc{
		display: block;
		margin: 0px;	
		float: none;
		text-align: center;
			
	}
	.ik-coloc a{
		float: none;
		margin-left: 0;
	}
	#menu-footer-navigation{
		text-align: center;
		padding:5px;
	}
	#menu-footer-navigation li{
		display: inline-block;
		float:none;
	}
	.ik-partner ul{
		float: none;
		
	}
	.ik-partner{
		text-align: center;
	}
	.ik-partner .left{
		float: none;
		padding-bottom: 10px;
		display: inline-block;
		text-align: center;
	}
	.ik-partner li{
		float:none;
		display: inline-block;
	}
	#menu-partnerlinks{
		max-width: 100%;	
	}
	#sidebar-mini{
		display: block;
		float: none;
		display: none;
	}

}
/*
	
	Tablet Portrait
	
*/
@media (max-width: 800px) { 
	
	.container{
		margin:0 auto;
	}
	.content{
		margin: 0 auto;
		float: none;
	}
	#sidebar-right{
		position: relative;
		float: none;
		margin: 0 auto;
		top:0;
		left:0;
		padding: 20px 0;
		max-width: 780px;
		clear: both;
	}
	#sidebar-right aside{
		width: 100%;
		
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#sidebar-right .widget_rss{
		clear: both;
		width: 100%;	
	}
	#sidebar-mini{
		display: block;
		float: none;
		display: none;
	}
	.search-box.expand{
		width: 240px;
	}
	#footer{
		margin-right: 0;
	}
	#ysw-viewer .ik_youtube {
	width: 75%;
	padding-bottom: 42.1875%;
	margin: 0 auto;
    
	}	
		
	
}

/*
	
	Smartphone Portrait & Landscape
	
*/
@media (max-width: 568px) { 
	
	.lb-image{
		max-width: 100%;
		
	}
	.container{
		margin:0 auto;

		padding: 0;
	}
	/* Header */
	#logo-big{
		display: none;
	}

	
	#access{
		width: 100%;
		
	}
	#account #kontrollzentrum{
		display: inline-block;
	}
	.search-box{
		position: static;
	}
	.search-wrapper{
		display: block;
		position: absolute;
	
		top:50px;
		left:1px;
		right:0;
		height: 50px;
		background: #fff;
		display: none;
		box-shadow: 0
	}
	.search-field{
		margin: 5px;
	}
	.search-box.expand{
		width: 53px;
	}
	.search-box.expand .search-wrapper {
		display: block;
		width: 100%;
		box-shadow: 0 1px 1px #E8E8E8;
	}
	.user-displayname{
		display: none;
	}
	.user-btn{
		padding-right: 0;
	}
	.user-btn img {
		padding-right: 0;
	}
	.notifications{
		position: static;
	}
	.notifications-dropdown{
		display: block;
		left: 0;
		right: 0;
		top:50px;
		
	}
	
	#breadcrumbs{
		display: none;
	}
	/* Content */
	.excerpt img{
		display: inline-block;
		float: left;
		width: 80px;
		height: auto;
		padding:0 5px 5px 5px;
	}
	.news-image{
		display: block;
		width: 60%;
		
		height: auto;
		float: none;
		position: relative;
		margin: 0px auto;
		padding: 0;
		display: none;
	}
	.news-image a{
		display: block;
	}
	.news-image img{
		display: block;
		width: 100%;
		height: auto;
		
		
	}
	.comments-number{
		display: none;
	}
	.single-comments-number{
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing:1px;	
	}
	.entry{
		margin: 5px 5px 5px 5px;
		padding: 5px;
		min-height: 60px;
	}
	
	/* Footer */
	.ik-colocation a{
		margin: 0 auto;
		text-align: center;
		padding: 5px 0;
		display: block;
		float: none;
		text-decoration: none;
		color: #afafaf;
	}
	
	#menu-footer-navigation{
		text-align: center;
	}
	#menu-footer-navigation li{
		display: inline-block;
		float: none;
	}
	.menu-partner{
		padding: 20px 5px;
		display: block;
	}
	#menu-partnerlinks{
		display: block;
		clear: both;
	}
	.ik-partner ul{
		float: none;
	}
	.ik-partner li{
		float: none;
		display: inline-block;
	}
	#IK-ad-block{
		display: none;
	}
	.ik-coloc{
		display: none;
	}
}
@media (max-width:270px) {
	#account #kontrollzentrum{
		display: none;
	}
}

@media (min-width: 1024px) and (max-height: 650px) { 
	#logo-big{
		margin: 10px 0;
	}
	#logo-big img{
		height: 40px;
		width: auto;
	}
	.news-image img{
		height: 100px;
		width: 100px;
	}
	.entry{
	margin-left: 100px;
		min-height: 80px;
		padding-top: 5px;
	}
	.the_date{
		line-height: 30px;
	}
	.post h2{
		margin-bottom: 5px;
	}

}
/*

	Shortcodes 
	-----------------------------------------------------
	
	- Columns
	- Clear
	- Horizontal Line
	- Tabs

*/


/*

	Columns

*/
.ik-column{
	float: left;
}
.ik-column-content{
	padding:10px;
}

/*

	Clear	
	
*/

.clear{
	clear: both;
}

/*

	Horizontal line

*/

.ik-hline{
	width: 100%;
	height: 1px;
	border-bottom: 1pt solid #999;
	clear: both;
}

/*

 	Tabs 

*/

.ik-tabs{
	width: 100%;
}
.ik-tabs .ik-tab-btns{
	width: 100%;
}
.ik-tabs .ik-tab-btns .ik-tab-btn{
	float: left;
	line-height: 40px;
	
	cursor: pointer;
}
.ik-tabs .ik-tab-btns .ik-tab-btn.active{
	background: #999;
	color: #fff;
}
.ik-tabs .ik-tab-panels{
	clear: both;
	padding: 10px 0px;
}

.clearfix:after{
	content: ".";

	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
.left{
	float: left;
}
.grey{
	color: #afafaf;
}
.m-top-20{
	margin-top: 20px;
}

.m-right-10{
	margin-right: 10px;
}

.right{
	float: right;
}

.p-right-50{
	padding-right: 50px;
}
.hidden {
	display:none;
}