/*
Theme Name: ComputerKuna
Theme URI: http://yannickbeckmann.de
Description: Template für Computer Kuna
Author: Yannick Beckmann
Author URI: http://yannickbeckmann.de
*/


*{
	margin:0;
	padding:0;
}

html, body{
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:300;
	background-image:url("/wp-content/themes/ComputerKuna/images/body_bg.png");
}

h1, h2, h3, h4, h5, h6{
	font-weight:500;
	color:#313131;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:300;
}

table tr td{
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
}

#header_wrapper{
	width:100%;
	height:150px;
	/*background-image:url("/wp-content/themes/ComputerKuna/images/header_bg.png");*/
	background-color:#2E4378;
	position:absolute;
	top:0;
}

#header_wrapper.sticky-menu {
    top: -100px;
	box-shadow: 0 0 10px #000;
	position:fixed !important;
}

#header{
	width:1000px;
	height:150px;
	margin:auto;
	line-height:100px;	
	font-size:60px;
	color:#fff;
}

#menu{
	width:980px;
	height:50px;
	/*background-image:url("/wp-content/themes/ComputerKuna/images/menu_bg.png");*/
	border-radius:4px;
	overflow:hidden;
	padding-left:20px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-500px;
}

#menu ul li{
	float:left;
	height:50px;
	line-height:50px;
	list-style-type:none;
	/*background-image:url("/wp-content/themes/ComputerKuna/images/menu_separator.png");
	background-repeat:no-repeat;*/
	background-position:right;
}

#menu ul li.right{
	float:right;
	height:40px;
	line-height:40px;
	list-style-type:none;
	background-image:url("/wp-content/themes/ComputerKuna/images/menu_separator.png");
	background-repeat:no-repeat;
	background-position:left;
}

#menu ul li a{
	height:100%;
	display:block;
	color: #fff;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	padding-left:10px;
	padding-right:10px;
}

#menu ul li a:hover{
}

#menu ul li.current-menu-item a{
	font-weight:bold;
}

#content{
	width:940px;
	background-color:#fff;
	border-radius:4px;
	padding:30px;
	margin:auto;
	margin-bottom:30px;
	padding-bottom:50px;
	margin-top:180px;
}

#content ul {margin-left:30px;}

#content .title{
	font-size:50px;
	width:100%;
	text-align:right;
	color:#313131;	
}

#content .page_image{
	right:0px;
	float:right;
}

#footer_wrapper{
	bottom:0;
	background-color:#2E4378;
	width:100%;
	position:static;
}

#footer{
	width:1000px;
	height:190px;
	margin:auto;
	padding-top:10px;
	border-radius:4px;
	color:#eee;
	font-size:14px;	
}

#footer .tab table tr td{
	padding:0;
	padding-right:5px;
	height:20px;
	overflow:hidden;
}

#footer h1{
	color:#fff;	
	font-size:20px;
	margin-bottom:15px;
}

#footer .tab{
	width:230px;
	height:100%;
	overflow:hidden;
	float:left;
	padding-left:20px;
}

#footer .tab ul li{
	list-style-type:none;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

.clr{
	clear:both;
}

#schulungen_bg{
	width:100%;
	height:5px;
	position:fixed;
	z-index:98;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
	display:none;
}

#schulungen_popup{
	position:fixed;
	width:500px;
	height:400px;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:-200px;	
	background-color:#eee;
	z-index:99;
	box-shadow:0 0 10px #313131;
	border-radius:8px;
	display:none;
	overflow:hidden;
}

#popup_menu{
	width:600px;
	height:40px;
	background-image:url("/wp-content/themes/ComputerKuna/images/menu_bg.png");
}

#popup_content{
	width:470px;
	height:340px;
	padding:5px;
	border-left:solid 10px #fff;
	border-right:solid 10px #fff;
	border-bottom:solid 10px #fff;	
}

.training{
	height:200px;	
	overflow:hidden;
	width:400px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:10px;
	position:relative;
}

/*.training:hover{
	box-shadow:0 0 3px #818181;
	background-color:#eee;
}*/

.training a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
}

.seperator{
	background-image:url("/wp-content/themes/ComputerKuna/images/schulungen/seperator.png");
	float:left;
	height:200px;
	width:2px;	
	margin-left:30px;
	margin-top:20px;
}

.training.left{
	float:left;
	background-repeat:no-repeat;
	background-position:right;
	margin-left:60px;
}

.training.right{
	float:left;
	margin-left:30px;
}

.training .left{
	float:left;
	width:380px;
	padding-left:10px;
	padding-top:10px;
	height:200px;
}

.training .right{
	float:left;	
	width:380px;
	padding-left:10px;
	padding-top:10px;
	height:200px;
}

.training .left h1, .training .right h1{
	float:left;
	font-size:22px;
	margin-bottom:-5px;
}

.training .left .preis, .training .right .preis{
	float:left;
	font-size:14px;
	margin-left:10px;
	margin-top:-5px;
	display:none;
}

.training .left h6, .training .right h6{
	font-size:16px;
	font-weight:100;
	color:#999;
}

.training .left .themen ul li, .training .right .themen ul li{
	list-style-type:none;
	margin-left:20px;
}

.training .left .dauer, .training .right .dauer{
	margin-top:10px;
}