@CHARSET "UTF-8";

body
{
	margin: 0px;
	padding: 0px;
	background: #383838;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #222222;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#header{
	position: relative;
	background: #FFF;
	padding: 1.6em 0;
}

#header h1{
	color: #2c383b;
    padding-left: 0.5em;
    margin: 0;
    font-size: 2em;
    font-weight: 600;
}

#header a{
	color: #197d62;
    text-decoration: none;
}

ul#nav_top{
	display: block;
	position: absolute;
	right: 0;
	top: 0.01em;
	width: auto;
}

#nav_top li{
	display: inline-block;
	line-height: 1.3em;
}

#nav_top li a{
	display: block;
	padding: 0.7em 1.5em;
}

#nav_top a{
	text-decoration: none;
	color: #222;	
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.1em;
}

#nav_top a:VISITED, #nav_top a:HOVER{
	color: #222222
}

#nav_top li.current{
	background: #197d62;
}

#nav_top li.current a {
	color: #FFF;
}

#title_image{
	height: 50em;
	background: url("../img/programmier1x1.jpg");
	background-position: center center;
    background-size: cover;
}

#content {
	background-color: #dfe8df;
	padding: 1em 0;
	overflow: hidden;
}

.inner_content {
	position: relative;
	width: 1180px;
	margin: 0 auto;
}

.text_column, .last_text_column{
	width: 276px;
	text-align: center;
	float: left;	
}

.text_column a, .last_text_column a{
	color: #222;
}

.text_column{
	padding-right: 24px;	
}

.last_text_column{
	padding-right: 0;
}

.inner_content .icon {
    color: #555;
    display: inline-block;
    font-size: 2em;
    height: 40px;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 40px;
}

.text_column h2, .last_text_column h2{
	font-size: 1.6em;
	color: #444;
	font-weight: 400;
	margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.text_column p, .last_text_column p{
    padding-left: 0.5em;
    text-align: left;
    line-height: 180%;
    margin-top: 0;
    margin-bottom: 1em;
}

#image_section{
	background: #FFF;
	overflow: hidden;
    padding: 3em 0;
    text-align: center;
}

#image_section h2{
	color: #555555;
    font-size: 2.4em;
    margin: 0;
    padding: 0;
	font-weight: 400;
}

#image_section h3{
	color: #888;
    font-size: 1.2em;
    margin-bottom: 1.35em;
    padding-top: 0.2em;
    font-weight: 400;
}

#image_section figure{
	overflow: hidden;
	padding: 1.65em;
	float: left;
	margin: 0;  /**/
	width: auto;
}

.section_space{
    margin-top: 1.35em;
    padding-bottom: 0.2em;
}

#image_box1,
#image_box2{
	width: 900px;
	margin: auto;
}

#image_section figure img {
	width: 400px;
}

#image_section #top_link a {
	margin-top: 2em;
	background: #197d62;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 0.6em 3em;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.25s ease-in-out 0s;
}

figcaption{
	text-align: left;	
}

footer{
    overflow: hidden;
    padding: 1.3em 0 1.4em 0;
}

footer p{
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8em;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    line-height: 180%;
    margin-top: 0; 
}

footer a{
	color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
