/*
-------------------------------
piccto design | 2014
-------------------------------
www.piccto.de
-------------------------------
Kunde
-------------------------------
 */

/* 
 * ---------- Resets ---------- 
 */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body  {
	min-height: 100%;
}

html {
	-webkit-text-size-adjust: none;
}

ul,
ol,
li {
	list-style: none;
}

ul:after,
ol:after {
    content: "";
    display: table;
    clear: both;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:focus {outline: none;}

img {
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/* Clearfix */

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

*:first-child+html .clearfix {zoom: 1;} /* IE7 */

/* 
 * ---------- Framework ---------- 
 */

.container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-20 {width: 16.8%;}

.col-25 {width: 22%;}

.col-30 {width: 27.2%;}

.col-33 {width: 30.66666%;}

.col-40 {width: 37.6%;}

.col-50 {width: 48%;}

.col-60 {width: 58.4%;}

.col-66 {width: 65.33333%;}

.col-70 {width: 68.8%;}

.col-75 {width: 74%;}

.col-80 {width: 79.2%;}

.col-100 {width: 100%;}

[class*='col'] {
    float: left;
    margin-left: 4%;
    min-height: 1px;
    display: block;
}

[class*='col']:first-child,
[class*='col'].first {
	margin-left: 0;
}

.container:after,
.row:after,
.col-100:after {
    content: "";
    display: table;
    clear: both;
}

*:first-child+html .container,
*:first-child+html .row,
*:first-child+html .col-100 {zoom: 1;} /* IE7 */

.col-33 {*width: 30.5%;} /* IE7 */


@media only screen and (max-width: 800px) { 
	.row {
	    padding-top: 0;
	    padding-bottom: 0;
	}

	[class*='col'] {
	    width: 100%;
	    margin-left: 0;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
}

/* 
 * ---------- Type ---------- 
 */

h1,
h2,
h3,
h4,
h5,
body,
.email {
    font-family: 'opensans_regular', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h6,
strong,
.strong,
th {
    font-family: 'opensans_semibold', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.italic,
em {
    font-family: 'opensans_italic', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* Type Styles */

body {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}

h1 {font-size: 36px;}

h2 {font-size: 30px;}

h3 {font-size: 24px;}

h4 {font-size: 18px;}

h5 {font-size: 15px;}

h6 {font-size: 1em;}

h1 {line-height: 1.1;}

h2,
h3,
h4 {line-height: 1.3;}

h1,
h2,
h3,
h4,
h5,
p {margin-bottom: 15px;}

p:last-child {margin-bottom: 0;}

@media only screen and (max-width: 800px) { 

	body {font-size: 14px;}

	h1,
	h2,
	h3 {font-size: 22px;}
}

@media only screen and (max-width: 600px) { 	 

}

/* 
 * ---------- Helpers ---------- 
 */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.alpha {
    margin-left: 0;
    padding-left: 0;
    border: 0;
}

.omega {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.hidden {
	display: none;
}

abbr,
small,
.small {
	font-size: 11px;
}

.large,
.sub {
	font-size: 15px;
}

a.underline {
	border-bottom: 1px dotted #777;
}

a.off {
	cursor: text;
}

hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px dotted #ccc;
    margin: 15px 0;
}

[class*='col'] > hr {
	margin: 0 0 13px 0;
}

.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

@media only screen and (max-width: 800px) { 
	.table-cell {
	    width: 100%;
	    display: block;
	}
}

input,
select {
	vertical-align: middle;
}

/* Sticky Footer */

footer .stickyfooter {
    width: 100%;
    padding: 5px 0 3000px 0;
    margin-bottom: -3000px;
}

/* IE Sorry */

p.ie {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
    background: #999999;
}
